diff --git a/.github/workflows/build-test-push.yaml b/.github/workflows/build-test-push.yaml index b28583a6..e289df36 100644 --- a/.github/workflows/build-test-push.yaml +++ b/.github/workflows/build-test-push.yaml @@ -85,8 +85,10 @@ jobs: run: | cargo test --workspace --verbose cargo test -p keycast_core --features integration-tests --lib --verbose + cargo test -p keycast_core --features aws --lib --verbose cargo test -p keycast_api --features integration-tests --lib --tests --verbose cargo test -p keycast_signer --features integration-tests --lib --tests --verbose + cargo test -p keycast --features aws --bin keycast --verbose cargo test -p cluster-hashring --lib -- --ignored - name: Run clippy