Skip to content
This repository was archived by the owner on Dec 4, 2024. It is now read-only.

Commit 079fd12

Browse files
committed
WIP nextest
1 parent 4a7ccec commit 079fd12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ TEST_FRAMEWORK = "nextest"
1717
[env.github-actions]
1818
# TODO: use nexttest when testing becomes too much to do in series.
1919
# Installing nexttest takes > 5 minutes on github workflow machines.
20-
TEST_FRAMEWORK = "test"
20+
TEST_FRAMEWORK = "nextest"
2121

2222
# Installations
2323
# --------------
@@ -84,7 +84,7 @@ dependencies = [
8484
command = "cargo"
8585
args = [
8686
"llvm-cov",
87-
"${TEST_FRAMEWORK}",
87+
"nextest",
8888
"--all-features",
8989
"--no-report",
9090
"-E",

0 commit comments

Comments
 (0)