next iteration of mimalloc windows attempts, plus verbose test compilation

This commit is contained in:
itsjunetime
2026-06-25 16:23:37 -05:00
parent 04d4efaf12
commit d6aee778e0
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ jobs:
- name: Clippy
run: cargo clippy --locked -- -D warnings
- name: Tests
run: cargo test --locked
run: cargo test --verbose --locked
- name: Check fmt
run: cargo fmt -- --check
- name: Run benchmarks as tests