Skip to content

Commit

Permalink
fix: crate paths in ci
Browse files Browse the repository at this point in the history
Signed-off-by: Lakshya Singh <[email protected]>
  • Loading branch information
king-11 committed Nov 16, 2024
1 parent c20d391 commit 5fdab28
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ jobs:
with:
toolchain: ${{ matrix.toolchain }}
- run: |
cargo update -p is-terminal --precise 0.4.7
cargo update -p tempfile --precise 3.6.0
cd lib && cargo update -p tempfile --precise 3.6.0
if: ${{ matrix.toolchain == '1.60.0' }}
- run: cargo test --no-default-features
- run: cargo test --features db,redb,consensus
Expand All @@ -58,7 +57,7 @@ jobs:
- uses: dtolnay/rust-toolchain@stable
- run: cargo build --release --no-default-features
- run: cargo build --release --examples
- run: ./target/release/blocks_iterator --blocks-dir blocks --network testnet --max-reorg 40 | ./target/release/examples/with_pipe
- run: ./target/release/blocks_iterator_cli --blocks-dir blocks --network testnet --max-reorg 40 | ./target/release/examples/with_pipe

nix:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 5fdab28

Please sign in to comment.