Skip to content

Commit

Permalink
fix test dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
yanganto committed Dec 25, 2023
1 parent 90ff555 commit d98834e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,4 @@ executable = ["which"]
[dev-dependencies]
tokio = { version = "1.15.0", features = ["rt", "macros"] }
serial_test = "2.0.0"
libtest-with = { version = "0.6.1-6", features = ["net", "resource", "user", "executable"] }
3 changes: 3 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@
cargo run --example mock
cargo run --example mock2
cargo run --example mix
# run with cargo test
cargo test --features=runtime
'';
in
with pkgs;
Expand Down

0 comments on commit d98834e

Please sign in to comment.