Skip to content

Commit

Permalink
[CI] fix release build
Browse files Browse the repository at this point in the history
  • Loading branch information
akru committed Jun 7, 2024
1 parent 0b2772c commit 9143a82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ jobs:
run: rustup target list --installed

- name: Check all features compilation
run: cargo check --verbose --features try-runtime,runtime-benchmarks --locked
run: cargo check --verbose --features runtime-benchmarks --locked

- name: Run all tests
run: cargo test --features try-runtime,runtime-benchmarks --locked
run: cargo test --features runtime-benchmarks --locked

native-linux:
needs: checks-and-tests
Expand Down

0 comments on commit 9143a82

Please sign in to comment.