Skip to content

Commit

Permalink
enable benchmarking tests in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
haider-rs committed Jul 11, 2024
1 parent 1d7b3fc commit 385c5bf
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/pr-test-cargo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 385c5bf

Please sign in to comment.