Skip to content

Commit

Permalink
Update tests again
Browse files Browse the repository at this point in the history
  • Loading branch information
talsperre committed Jan 11, 2025
1 parent 84c422d commit d66d32b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_runner
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ run_tests() {
# surely fail since a lot of checks have timeouts.
run_runtime_card_tests() {
CARD_GRAPHS="small-foreach,small-parallel,nested-branches,single-linear-step,simple-foreach"
cd test/core && PYTHONPATH=`pwd`/../../ python3 run_tests.py --num-parallel 8 --graphs small-parallel --contexts python3-all-local-cards-realtime --graphs $CARD_GRAPHS && cd ../../
cd test/core && PYTHONPATH=`pwd`/../../ python3 run_tests.py --num-parallel 8 --contexts python3-all-local-cards-realtime --graphs $CARD_GRAPHS && cd ../../
}

install_deps && install_extensions && run_tests && run_runtime_card_tests

0 comments on commit d66d32b

Please sign in to comment.