diff options
| author | KyleMiles <krm504@nyu.edu> | 2024-05-07 12:17:28 -0400 |
|---|---|---|
| committer | KyleMiles <krm504@nyu.edu> | 2024-05-07 12:17:28 -0400 |
| commit | cda871065646e5b8fcee8d9d6eb2ff6e1408f4c4 (patch) | |
| tree | b9bbe1152fe474f27b3b87d096fc64ac1c174459 /.github | |
| parent | 818dc318a974b5a5053720e55084b0671017b814 (diff) | |
Update Rust PR workflow to check all feature flags
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/rust.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index a5281521..960b8c7b 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -29,7 +29,7 @@ jobs: - name: cargo check working-directory: ./rust - run: cargo check --workspace + run: cargo check --workspace --all-features - name: cargo clippy working-directory: ./rust |
