Skip to content

Commit

Permalink
Combine jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
casey committed Nov 23, 2024
1 parent 44dd538 commit 378000d
Showing 1 changed file with 5 additions and 14 deletions.
19 changes: 5 additions & 14 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,19 +30,10 @@ jobs:

- uses: Swatinem/rust-cache@v2

- name: Test
- name: Unit Tests
run: cargo test --all

integration:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
bitcoinversion:
- 0.21.0
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- env:
BITCOINVERSION: ${{ matrix.bitcoinversion }}
run: ./contrib/integration_test.sh
- name: Integration Tests
env:
BITCOINVERSION: 0.21.0
run: ./contrib/integration_test.sh

0 comments on commit 378000d

Please sign in to comment.