mirror of
https://github.com/maplibre/martin.git
synced 2024-12-24 07:22:52 +03:00
Format justfile using just --fmt
This commit is contained in:
parent
843c21050d
commit
0209b662bf
3
justfile
3
justfile
@ -1,9 +1,11 @@
|
||||
#!/usr/bin/env just --justfile
|
||||
|
||||
set shell := ["bash", "-c"]
|
||||
|
||||
export PGPORT := "5411"
|
||||
export DATABASE_URL := "postgres://postgres:postgres@localhost:" + PGPORT + "/db"
|
||||
export CARGO_TERM_COLOR := "always"
|
||||
|
||||
# export RUST_LOG := "debug"
|
||||
# export RUST_BACKTRACE := "1"
|
||||
|
||||
@ -58,7 +60,6 @@ stop:
|
||||
bench: start
|
||||
cargo bench
|
||||
|
||||
|
||||
# Run all tests using a test database
|
||||
test: (docker-up "db") test-unit test-int
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user