We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6910c7f commit d328872Copy full SHA for d328872
1 file changed
.github/workflows/nim.yml
@@ -34,5 +34,5 @@ jobs:
34
nimble --version
35
gcc --version
36
nimble install -y --depsOnly
37
- find tests -name 'test_*.nim' | sed 's|^tests/|./|' | awk '{print "import \"" $0 "\""}' > tests/test_all.nim
38
- nim r tests/test_all.nim
+ find tests -name 'test_*.nim' | sed 's|^tests/|./|' | awk '{print "import \"" $0 "\""}' > tests/all.nim
+ nim r tests/all.nim
0 commit comments