From 385c5bfad00408cb9b9fc81fb8de504eeedf35d2 Mon Sep 17 00:00:00 2001 From: Haider-Ali-DS Date: Thu, 11 Jul 2024 21:06:48 +0500 Subject: [PATCH] enable benchmarking tests in CI --- .github/workflows/pr-test-cargo.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pr-test-cargo.yaml b/.github/workflows/pr-test-cargo.yaml index 0f81b8f800..afcd598ea0 100644 --- a/.github/workflows/pr-test-cargo.yaml +++ b/.github/workflows/pr-test-cargo.yaml @@ -33,12 +33,11 @@ jobs: uses: ./.github/actions/cargo-command with: command: test - feature: try-runtime - args: --no-run + args: --all-features --no-run - name: Run testsuite uses: ./.github/actions/cargo-command with: command: test - feature: try-runtime + args: --all-features cache: false annotate: false