Skip to content

Commit 836b7a2

Browse files
committed
no nextest
1 parent 284ec79 commit 836b7a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ test-release-docs:
115115
cargo test --profile quick --doc --features doctest-private
116116

117117
codecov:
118-
cargo llvm-cov -p forest-filecoin --no-default-features --codecov --output-path lcov.info nextest
118+
cargo llvm-cov -p forest-filecoin --no-default-features --codecov --output-path lcov.info
119119

120120
# Checks if all headers are present and adds if not
121121
license:

0 commit comments

Comments
 (0)