Skip to content

Commit b4b6bc7

Browse files
authored
Update test.yaml
1 parent 1d3e7e3 commit b4b6bc7

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
@@ -32,8 +32,8 @@ jobs:
3232
- run: "choosenim show path -y"
3333
- run: nimble install denim@#head -Y
3434
- run: nimble test
35-
- name: "test denim on windows"
36-
# if: matrix.os == 'windows-latest'
37-
# run: "denim.exe build tests\\myaddon.nim -r -y --cmake"
35+
# - name: "test denim on windows"
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)