3
justfile
3
justfile
@@ -36,7 +36,8 @@ ci: && msrv _done_ci
|
|||||||
taplo fmt --check --config ./.taplo.toml
|
taplo fmt --check --config ./.taplo.toml
|
||||||
echo "🧹 Running linter checks..."
|
echo "🧹 Running linter checks..."
|
||||||
cargo clippy -q -- -D warnings
|
cargo clippy -q -- -D warnings
|
||||||
taplo check --config ./.taplo.toml
|
echo "🧪 Running tests..."
|
||||||
|
cargo test
|
||||||
|
|
||||||
# Check that the current MSRV is correct
|
# Check that the current MSRV is correct
|
||||||
msrv:
|
msrv:
|
||||||
|
|||||||
Reference in New Issue
Block a user