Include pure integration tests in just final-check

This commit is contained in:
ok300
2025-01-28 12:33:07 +01:00
parent f2aa51f038
commit 65283a82ec

View File

@@ -47,6 +47,9 @@ test: build
fi
cargo test --lib
# Run pure integration tests
cargo test -p cdk-integration-tests --test integration_tests_pure
# run `cargo clippy` on everything
clippy *ARGS="--locked --offline --workspace --all-targets":
cargo clippy {{ARGS}}