Disable bench tests we don't have
This commit is contained in:
parent
432327338f
commit
91a17a213d
|
@ -29,7 +29,7 @@ stages:
|
||||||
- cargo tarpaulin ${CARGO_COMMON_ARGS} --locked --verbose -o Xml
|
- cargo tarpaulin ${CARGO_COMMON_ARGS} --locked --verbose -o Xml
|
||||||
- cargo test ${CARGO_COMMON_ARGS} -- -Z unstable-options --format json | tee test-results.json
|
- cargo test ${CARGO_COMMON_ARGS} -- -Z unstable-options --format json | tee test-results.json
|
||||||
- cargo2junit < test-results.json > junit.xml
|
- cargo2junit < test-results.json > junit.xml
|
||||||
- cargo bench ${CARGO_COMMON_ARGS}
|
# - cargo bench ${CARGO_COMMON_ARGS} # DISABLED UNTIL WE HAVE BENCH TESTS
|
||||||
|
|
||||||
docker:build:
|
docker:build:
|
||||||
stage: build
|
stage: build
|
||||||
|
|
Loading…
Reference in New Issue