Skip to content

Commit

Permalink
run-tests: Also run integration tests in FSM mode
Browse files Browse the repository at this point in the history
  • Loading branch information
kaikulimu committed Mar 6, 2024
1 parent 01ac8c9 commit 9c029f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/integration-tests/run-tests
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ repo_dir=${repo_dir%/src/*}
export PYTHONPATH=$repo_dir/src/python:$PYTHONPATH
cd "$repo_dir/src/integration-tests"

python -m pytest -m "not csl_mode and not fsm_mode" "$@"
python -m pytest -m "not csl_mode" "$@"

0 comments on commit 9c029f6

Please sign in to comment.