Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
Signed-off-by: George Lemon <[email protected]>
  • Loading branch information
georgelemon committed Dec 31, 2024
1 parent dc01946 commit 8f90afa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
os:
- ubuntu-latest
- macOS-latest
- windows-latest
# - windows-latest
steps:
- uses: actions/checkout@v2
- uses: jiro4989/setup-nim-action@v1
Expand All @@ -33,7 +33,7 @@ jobs:
- run: nimble install denim@#head -Y
- run: nimble test
- name: "test denim on windows"
if: matrix.os == 'windows-latest'
run: "denim.exe build tests\\myaddon.nim -r -y --cmake"
# if: matrix.os == 'windows-latest'
# run: "denim.exe build tests\\myaddon.nim -r -y --cmake"
- name: 'test denim on unix'
run: "denim build tests/myaddon.nim -r -y --cmake"

0 comments on commit 8f90afa

Please sign in to comment.