Skip to content

Commit

Permalink
Run most tests (#423)
Browse files Browse the repository at this point in the history
Currently, this will fail until
#422 is fixed.

Run `cargo test` with all targets apart from `--benches`.

---------

Co-authored-by: naure <[email protected]>
  • Loading branch information
matthiasgoergens and naure authored Oct 18, 2024
1 parent e206c5a commit 083c6d7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,11 @@ RAYON_NUM_THREADS = "${CORE}"
[tasks.tests]
args = [
"test",
# Run everything but 'benches'.
"--lib",
"--bins",
"--tests",
"--examples",
"--release",
"--target",
"${CUR_TARGET}",
Expand Down

0 comments on commit 083c6d7

Please sign in to comment.