Skip to content

Commit

Permalink
feat: put back in required check out
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptonemo committed Sep 30, 2024
1 parent 7b30261 commit 062730e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
# Run all tests with multicore-SDR enabled.
FIL_PROOFS_USE_MULTICORE_SDR: true
steps:
- uses: actions/checkout@v4
- name: Run usual tests in release profile
run: cargo test --verbose --release --workspace --all-targets ${{ matrix.cargo-args }} -- --nocapture
- name: Run isolated PoRep tests in release profile
Expand All @@ -53,6 +54,7 @@ jobs:
runs-on: self-hosted
name: Test ignored in release mode
steps:
- uses: actions/checkout@v4
- name: Test ignored in release profile
run: cargo test --release --workspace -- ignored --nocapture

Expand Down

0 comments on commit 062730e

Please sign in to comment.