@@ -24,12 +24,16 @@ clean:
.PHONY: test
test:
> cargo test --lib
> cargo test --lib --test test_loader
.PHONY: integrationtest
integrationtest:
> cargo test --no-fail-fast --test test_loader
.PHONY: unittest
unittest:
.PHONY: run
run:
> cargo run
The note is not visible to the blocked user.