Skip to content

Commit

Permalink
test: always run unit-tests first
Browse files Browse the repository at this point in the history
  • Loading branch information
MilesCranmer committed Apr 15, 2024
1 parent fa926fb commit 5822b68
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@ tempfile = "3"
[profile.release]
opt-level = 3

[[test]]
name = "integration_tests"
path = "tests/integration_tests.rs"

[[test]]
name = "unit_tests"
path = "tests/unit_tests.rs"

[[test]]
name = "integration_tests"
path = "tests/integration_tests.rs"

[[bin]]
name = "rip"
path = "src/main.rs"

0 comments on commit 5822b68

Please sign in to comment.