Skip to content

Commit

Permalink
fix tests under devnet-prealloc feature
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelsutton committed Oct 2, 2023
1 parent e113874 commit bb076c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}

- name: Run cargo build with devnet-prealloc feature
run: cargo build --features devnet-prealloc --workspace
run: cargo build --features devnet-prealloc --workspace --all --tests --benches

- name: Run cargo test regular features
run: cargo test --workspace
Expand Down
2 changes: 1 addition & 1 deletion testing/integration/src/mempool_benchmarks.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ use kaspa_notify::{
};
use kaspa_rpc_core::{api::rpc::RpcApi, Notification, RpcError};
use kaspa_txscript::pay_to_address_script;
use kaspad::args::Args;
use kaspad_lib::args::Args;
use parking_lot::Mutex;
use rand::thread_rng;
use rand_distr::{Distribution, Exp};
Expand Down

0 comments on commit bb076c1

Please sign in to comment.