File tree Expand file tree Collapse file tree 3 files changed +8
-0
lines changed Expand file tree Collapse file tree 3 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments