test: justfile for sanity tests

This commit is contained in:
gak 2023-08-29 12:18:07 +10:00
parent 9d020efa8c
commit 6c1d312f7b
No known key found for this signature in database

11
justfile Normal file
View file

@ -0,0 +1,11 @@
all_tests: no_token_test token_tests
no_token_test:
cargo clippy --all-targets -- -D warnings
cargo clippy --all-targets --all-features -- -D warnings
cargo test
# These tests require an access token saved in a file called "cli.json"
token_tests:
cargo run -- api vehicles
cargo run -- api energy-sites