Skip to content

Commit d328872

Browse files
committed
ci
1 parent 6910c7f commit d328872

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/nim.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@ jobs:
3434
nimble --version
3535
gcc --version
3636
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
37+
find tests -name 'test_*.nim' | sed 's|^tests/|./|' | awk '{print "import \"" $0 "\""}' > tests/all.nim
38+
nim r tests/all.nim

0 commit comments

Comments
 (0)