Skip to content

Commit 6951054

Browse files
committed
Run tests with chia-blockchain installed so we can access the simulator
1 parent d96e67a commit 6951054

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/build-test.yml

+3-5
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,6 @@ jobs:
4545
with:
4646
toolchain: stable
4747

48-
- name: Install chia-blockchain for the blockchain tests
49-
run: |
50-
python -m pip install chia-blockchain
51-
5248
fmt:
5349
runs-on: ubuntu-20.04
5450
name: cargo fmt
@@ -94,7 +90,9 @@ jobs:
9490
toolchain: stable
9591
components: rustfmt, clippy
9692
- name: cargo test
97-
run: cargo test --features=sim-tests
93+
run: |
94+
python -m pip install chia-blockchain
95+
cargo test --features=sim-tests
9896
9997
coverage:
10098
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)