From 91a17a213d02214b17e2122e88aae5051238522d Mon Sep 17 00:00:00 2001 From: Matteo Settenvini Date: Mon, 4 Jul 2022 15:04:32 +0200 Subject: [PATCH] Disable bench tests we don't have --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 36a8bbf..9b77a84 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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