Skip to content

Commit

Permalink
build: project
Browse files Browse the repository at this point in the history
  • Loading branch information
subotic committed Feb 22, 2025
1 parent 051bf6b commit 575d0c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ pytest: build

# Run Rust unit tests
test: build
cargo test
cargo test --lib

# Run smoke tests that will spinn up a Docker container and call the health endpoint
smoke-test: build
Expand Down

0 comments on commit 575d0c3

Please sign in to comment.