Skip to content

Commit

Permalink
Run cargo check with —all-features.
Browse files Browse the repository at this point in the history
Signed-off-by: Hiram Chirino <[email protected]>
  • Loading branch information
chirino committed Jun 12, 2024
1 parent f3d4442 commit 92a1333
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- uses: abelfodil/protoc-action@v1
with:
protoc-version: '3.19.4'
- run: cargo check
- run: cargo check --all-features

test:
name: Test Suite
Expand Down

0 comments on commit 92a1333

Please sign in to comment.