From 620bd8c90e88c462bd67b2023cc842e53e5e1320 Mon Sep 17 00:00:00 2001 From: Vadim Smirnov Date: Wed, 30 Oct 2024 11:50:45 +0100 Subject: [PATCH] fix CI --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5f277af5fbc..d55dacac779 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -122,7 +122,7 @@ jobs: - name: "Test: Benchmarks in native" run: | # fast benchmark tests before long run - cargo test -p "pallet-*" --features runtime-benchmarks,runtime-benchmarks-checkers --locked ${{ matrix.profiles.flags }} bench + cargo test -p "pallet-gear" --features runtime-benchmarks,runtime-benchmarks-checkers --locked ${{ matrix.profiles.flags }} bench - name: "Test: Benchmarks in WASM" # unoptimized benchmarks take a few hours to run