Skip to content

Commit

Permalink
[chore] testament
Browse files Browse the repository at this point in the history
  • Loading branch information
u1and0 committed Jan 2, 2024
1 parent fce8f5a commit ab104a3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,11 @@ jobs:

- uses: jiro4989/setup-nim-action@v1
with:
nim-version: 2.0.x
nim-version: 1.6.x

- name: Test Nim
run: /home/runner/.nimble/bin/testament pattern 'tests/*.nim'
run: |
testament --verbose --colors:off pattern 'tests/*.nim'
release:
runs-on: ubuntu-latest
Expand Down

0 comments on commit ab104a3

Please sign in to comment.