chore: Run the tests in the CI

Signed-off-by: Awiteb <a@4rs.nl>
This commit is contained in:
Awiteb
2025-06-04 22:15:20 +00:00
parent 812a06a276
commit 8fe6755d3b

View File

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