From 87f474080162dd1c6de7f42f2385b7c8856b1e1d Mon Sep 17 00:00:00 2001 From: Frank Bell Date: Sat, 27 Jul 2024 12:27:23 +0100 Subject: [PATCH] ci(test): remove verbosity --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 35d3a4b6..a56a6bfb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -54,7 +54,7 @@ jobs: - uses: "./.github/actions/init" - name: Run tests - run: cargo test --release --locked --verbose --workspace --features=runtime-benchmarks --exclude integration-tests + run: cargo test --release --locked --workspace --features=runtime-benchmarks --exclude integration-tests integration-tests: needs: lint