We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d3e7e3 commit b4b6bc7Copy full SHA for b4b6bc7
.github/workflows/test.yaml
@@ -32,8 +32,8 @@ jobs:
32
- run: "choosenim show path -y"
33
- run: nimble install denim@#head -Y
34
- 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"
+ # - name: "test denim on windows"
+ # if: matrix.os == 'windows-latest'
+ # run: "denim.exe build tests\\myaddon.nim -r -y --cmake"
38
- name: 'test denim on unix'
39
run: "denim build tests/myaddon.nim -r -y --cmake"
0 commit comments