5 more tests to go

This commit is contained in:
filipriec
2025-06-21 21:01:49 +02:00
parent 298f56a53c
commit 06d98aab5c
5 changed files with 22 additions and 16 deletions

View File

@@ -8,6 +8,6 @@ reset_db:
run_tests:
@echo "Running tests..."
@cargo test
@cargo test --test mod -- --test-threads=1
.PHONY: test