Skip to content

Commit 8f90afa

Browse files
committed
update test
Signed-off-by: George Lemon <[email protected]>
1 parent dc01946 commit 8f90afa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
os:
1919
- ubuntu-latest
2020
- macOS-latest
21-
- windows-latest
21+
# - windows-latest
2222
steps:
2323
- uses: actions/checkout@v2
2424
- uses: jiro4989/setup-nim-action@v1
@@ -33,7 +33,7 @@ jobs:
3333
- run: nimble install denim@#head -Y
3434
- run: nimble test
3535
- name: "test denim on windows"
36-
if: matrix.os == 'windows-latest'
37-
run: "denim.exe build tests\\myaddon.nim -r -y --cmake"
36+
# if: matrix.os == 'windows-latest'
37+
# run: "denim.exe build tests\\myaddon.nim -r -y --cmake"
3838
- name: 'test denim on unix'
3939
run: "denim build tests/myaddon.nim -r -y --cmake"

0 commit comments

Comments
 (0)