Disable bench tests we don't have

This commit is contained in:
Matteo Settenvini 2022-07-04 15:04:32 +02:00
parent 432327338f
commit 91a17a213d
Signed by: matteo
GPG Key ID: 8576CC1AD97D42DF
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ stages:
- cargo tarpaulin ${CARGO_COMMON_ARGS} --locked --verbose -o Xml
- cargo test ${CARGO_COMMON_ARGS} -- -Z unstable-options --format json | tee test-results.json
- cargo2junit < test-results.json > junit.xml
- cargo bench ${CARGO_COMMON_ARGS}
# - cargo bench ${CARGO_COMMON_ARGS} # DISABLED UNTIL WE HAVE BENCH TESTS
docker:build:
stage: build