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 a187e65 commit 9c02d0bCopy full SHA for 9c02d0b
.github/workflows/test.yaml
@@ -91,7 +91,8 @@ jobs:
91
92
# Workaround for https://github.com/nim-lang/nimble/issues/1384
93
# Related: https://github.com/fox0430/moe/pull/2300
94
- echo "NOT_SKIP_TESTS=y" >> $GITHUB_ENV
+ echo "NOT_SKIP_TESTS=y" >> "$GITHUB_ENV"
95
+ echo "$NOT_SKIP_TESTS"
96
nimble setup
97
nim c -r tests/tclipboard.nim
98
nim c -r tests/tquickrun.nim
0 commit comments