[#13] Further overhaul of the project structure for better testing
This commit is contained in:
parent
e78de73d83
commit
2e73d88ae9
10 changed files with 48 additions and 16 deletions
4
Makefile
4
Makefile
|
|
@ -23,13 +23,13 @@ push:
|
|||
|
||||
# Run
|
||||
run:
|
||||
@ RUST_BACKTRACE=1 cargo run
|
||||
@ RUST_BACKTRACE=1 cargo run --bin fej
|
||||
.PHONY: run
|
||||
|
||||
|
||||
# Testing
|
||||
test:
|
||||
@ cargo test
|
||||
@ cargo test --no-fail-fast
|
||||
.PHONY: test
|
||||
|
||||
format:
|
||||
|
|
|
|||
Reference in a new issue