Skip to content

Commit 1d99cf2

Browse files
committed
(tests) added "limited" comp graph tests to the testing GitHub Actions
1 parent 418f1d6 commit 1d99cf2

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

.github/workflows/testingOnPush_Apple.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525
run: nim c -r -d:release tests/grid.nim
2626
- name: Run graph tests
2727
run: nim c -r -d:release tests/graph.nim
28+
- name: Run limited graph tests
29+
run: nim c -r -d:release tests/limitedgraph.nim
2830
- name: Run CLI tests
2931
run: nim c -r -d:release tests/cli.nim
3032
- name: Run stitching tests
@@ -44,6 +46,8 @@ jobs:
4446
run: nim c -r -d:release tests/grid.nim
4547
- name: Run graph tests
4648
run: nim c -r -d:release tests/graph.nim
49+
- name: Run limited graph tests
50+
run: nim c -r -d:release tests/limitedgraph.nim
4751
- name: Run CLI tests
4852
run: nim c -r -d:release tests/cli.nim
4953
- name: Run stitching tests

.github/workflows/testingOnPush_Linux.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ jobs:
3636
run: nim c -r -d:release tests/grid.nim
3737
- name: Run graph tests
3838
run: nim c -r -d:release tests/graph.nim
39+
- name: Run limited graph tests
40+
run: nim c -r -d:release tests/limitedgraph.nim
3941
- name: Run CLI tests
4042
run: nim c -r -d:release tests/cli.nim
4143
- name: Run stitching tests

.github/workflows/testingOnPush_Windows.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ jobs:
4040
run: nim c -r -d:release tests/grid.nim
4141
- name: Run graph tests
4242
run: nim c -r -d:release tests/graph.nim
43+
- name: Run limited graph tests
44+
run: nim c -r -d:release tests/limitedgraph.nim
4345
- name: Run CLI tests
4446
run: nim c -r -d:release tests/cli.nim
4547
- name: Run stitching tests

0 commit comments

Comments
 (0)