Skip to content
This repository has been archived by the owner on May 21, 2024. It is now read-only.

Commit

Permalink
We do not need to check try-runtime feature on every PR
Browse files Browse the repository at this point in the history
  • Loading branch information
brunopgalvao committed Jul 15, 2023
1 parent 12c3f54 commit f794745
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,6 @@ jobs:
- name: Check Build Trappist node
run: |
SKIP_WASM_BUILD=1 cargo check --release --locked
- name: Check try-runtime feature
run: |
cargo check --locked --features try-runtime --all
test:
needs: lint
Expand Down

0 comments on commit f794745

Please sign in to comment.