421b343398
Additionally: - remove obsolete benches in benches/ dir - restore benches in juniper/benches/ dir
16 lines
447 B
TOML
16 lines
447 B
TOML
[tasks.test]
|
|
args = ["test", "--all-features"]
|
|
[tasks.test-custom]
|
|
args = ["test", "--all-features"]
|
|
[tasks.test-flow]
|
|
args = ["test", "--all-features"]
|
|
[tasks.test-multi-flow-phase]
|
|
args = ["test", "--all-features"]
|
|
[tasks.test-thread-safe]
|
|
args = ["test", "--all-features"]
|
|
[tasks.test-verbose]
|
|
args = ["test", "--all-features"]
|
|
[tasks.test-with-args]
|
|
args = ["test", "--all-features"]
|
|
[tasks.ci-coverage-flow]
|
|
args = ["test", "--all-features"]
|