Skip to content

Commit

Permalink
Update test.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
georgelemon authored Apr 19, 2024
1 parent 2741eec commit 1a42b11
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,15 @@ on:
- README.*
jobs:
test:
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
strategy:
matrix:
nim-version:
- 'stable'
os:
- ubuntu-latest
- windows-latest
- macOS-latest
steps:
- uses: actions/checkout@v2
- uses: jiro4989/setup-nim-action@v1
Expand All @@ -26,3 +30,4 @@ jobs:
- run: "choosenim show path -y"
- run: nimble install -Y
- run: nimble test
- run: "denim build tests/myaddon.nim -r -y --cmake"

0 comments on commit 1a42b11

Please sign in to comment.