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