Allow two 'serial_test_' to run simultaneously (#1978)

Running two modeling sessions simultaneously will:

 - Speed up unit testing
 - Stress test our API/engine better
This commit is contained in:
Adam Chalmers
2024-04-01 12:36:27 -05:00
committed by GitHub
parent 509e372ed2
commit 01beba42da

View File

@ -14,12 +14,12 @@ slow-timeout = { period = "30s", terminate-after = 5 }
[[profile.default.overrides]]
filter = "test(serial_test_)"
test-group = "serial-integration"
threads-required = 4
threads-required = 2
[[profile.ci.overrides]]
filter = "test(serial_test_)"
test-group = "serial-integration"
threads-required = 4
threads-required = 2
[[profile.default.overrides]]
filter = "test(parser::parser_impl::snapshot_tests)"