Skip to content

Commit

Permalink
ci(fix): properly alias the tests instead to run tests in release mode
Browse files Browse the repository at this point in the history
Signed-off-by: Soc Virnyl Estela <[email protected]>
  • Loading branch information
uncomfyhalomacro committed Nov 5, 2024
1 parent f643a57 commit 815d333
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[alias]
t = "test -- --test-threads=1 --nocapture"
t = "test --release --all-features -- --test-threads=1 --nocapture"

[env]
RUST_LOG = "debug"
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ jobs:
run: |
export PATH="${PATH}:${HOME}/.cargo/bin"
echo "${PATH}"
cargo t --release
cargo t

0 comments on commit 815d333

Please sign in to comment.