Skip to content

Commit

Permalink
(tests) added stitching to the test suite Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
amkrajewski committed Sep 19, 2024
1 parent 74d7200 commit 951c48f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/testingOnPush_Apple.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
run: nim c -r -d:release tests/graph.nim
- name: Run CLI tests
run: nim c -r -d:release tests/cli.nim
- name: Run stitching tests
run: nim c -r -d:release tests/stitching.nim
test-M1:
runs-on: macos-14
steps:
Expand All @@ -42,4 +44,6 @@ jobs:
- name: Run graph tests
run: nim c -r -d:release tests/graph.nim
- name: Run CLI tests
run: nim c -r -d:release tests/cli.nim
run: nim c -r -d:release tests/cli.nim
- name: Run stitching tests
run: nim c -r -d:release tests/stitching.nim
4 changes: 3 additions & 1 deletion .github/workflows/testingOnPush_Linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,6 @@ jobs:
- name: Run graph tests
run: nim c -r -d:release tests/graph.nim
- name: Run CLI tests
run: nim c -r -d:release tests/cli.nim
run: nim c -r -d:release tests/cli.nim
- name: Run stitching tests
run: nim c -r -d:release tests/stitching.nim
4 changes: 3 additions & 1 deletion .github/workflows/testingOnPush_Windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,6 @@ jobs:
- name: Run graph tests
run: nim c -r -d:release tests/graph.nim
- name: Run CLI tests
run: nim c -r -d:release tests/cli.nim
run: nim c -r -d:release tests/cli.nim
- name: Run stitching tests
run: nim c -r -d:release tests/stitching.nim

0 comments on commit 951c48f

Please sign in to comment.