Skip to content

Commit

Permalink
Stop running ribasim api tests in parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
Hofer-Julian committed Oct 25, 2023
1 parent f29435c commit c3dcaab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ build-libribasim = { cmd = "cd build/create_binaries && julia --project create_l
build = { depends_on = ["build-ribasim-cli", "build-libribasim"] }
# Test
test-ribasim-python = "pytest --numprocesses=auto python/ribasim/tests"
test-ribasim-api = "pytest --numprocesses=auto --basetemp=python/ribasim_api/tests/temp --junitxml=report.xml python/ribasim_api/tests"
test-ribasim-api = "pytest --basetemp=python/ribasim_api/tests/temp --junitxml=report.xml python/ribasim_api/tests"
test-ribasim-cli = "pytest --numprocesses=auto --basetemp=build/ribasim_cli/tests/temp --junitxml=report.xml build/ribasim_cli/tests"
test-ribasim-core = { cmd = "julia --project=core --eval 'using Pkg; Pkg.instantiate(); Pkg.test()'", depends_on = [
"generate-testmodels",
Expand Down

0 comments on commit c3dcaab

Please sign in to comment.