Skip to content

Commit 1f69f6e

Browse files
committed
switch back to nextest
1 parent 3712b63 commit 1f69f6e

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

Makefile

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -99,15 +99,13 @@ docker-run:
9999
docker build -t forest:latest -f ./Dockerfile . && docker run forest
100100

101101
test:
102-
cargo nextest run --workspace --no-fail-fast -- --skip rpc_snapshot_test_
103-
cargo test --package forest-filecoin --lib rpc_snapshot_test_
102+
cargo nextest run --workspace --no-fail-fast
104103
# nextest doesn't run doctests https://github.com/nextest-rs/nextest/issues/16
105104
# see also lib.rs::doctest_private
106105
cargo test --doc --features doctest-private
107106

108107
test-release:
109-
cargo nextest run --cargo-profile quick --workspace --no-fail-fast -- --skip rpc_snapshot_test_
110-
cargo test --package forest-filecoin --profile quick --lib rpc_snapshot_test_
108+
cargo nextest run --cargo-profile quick --workspace --no-fail-fast
111109

112110
test-all: test test-release
113111

0 commit comments

Comments
 (0)