Skip to content

Commit

Permalink
ci: run ignored-only
Browse files Browse the repository at this point in the history
  • Loading branch information
dndll committed Feb 16, 2024
1 parent 29bd044 commit 6027ef7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/on_pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ jobs:
.
- name: "Install cargo-nextest"
run: cargo install cargo-nextest
- name: "Run tests"
run: cargo nextest run --workspace --locked --ignored --no-fail-fast
- name: "Run beefy tests"
run: cargo nextest run --workspace --locked --run-ignored ignored-only --no-fail-fast

test-solidity-contracts:
name: "Test Solidity Contracts"
Expand Down

0 comments on commit 6027ef7

Please sign in to comment.