[#13] Further overhaul of the project structure for better testing

This commit is contained in:
Jef Roosens 2021-04-08 22:39:04 +02:00
parent e78de73d83
commit 2e73d88ae9
Signed by: Jef Roosens
GPG key ID: B580B976584B5F30
10 changed files with 48 additions and 16 deletions

View file

@ -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: