Skip to content

Commit 2dfe53b

Browse files
committed
don't use nimble task for CI
devel has bug with exit code
1 parent 0642d80 commit 2dfe53b

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
run: nimble install -y
4242

4343
- name: run tests
44-
run: nimble tests
44+
run: nim r tasks/run_tests.nim
4545

4646
docs:
4747
runs-on: ubuntu-latest
@@ -57,7 +57,7 @@ jobs:
5757
run: nimble install -y
5858

5959
- name: compile docs
60-
run: nimble docs
60+
run: nim r tasks/build_docs.nim
6161

6262
- name: move to subfolder
6363
run: |

holo_json.nimble

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ requires "https://github.com/holo-nim/holo-flow#HEAD"
1010
requires "https://github.com/holo-nim/holo-map#HEAD"
1111

1212
task docs, "build docs for all modules":
13-
exec "nim r ci/build_docs.nim"
13+
exec "nim r tasks/build_docs.nim"
1414

1515
task tests, "run tests for multiple backends and defines":
16-
exec "nim r ci/run_tests.nim"
16+
exec "nim r tasks/run_tests.nim"
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)