Skip to content

Commit

Permalink
ci: use cargo-all-features (#659)
Browse files Browse the repository at this point in the history
  • Loading branch information
conradoplg authored Jun 4, 2024
1 parent 96f1144 commit 2f07dbc
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,16 @@ jobs:
with:
command: build

build_all_features:
name: build with all features combinations
runs-on: ubuntu-latest

steps:
- uses: actions/[email protected]
- uses: dtolnay/rust-toolchain@stable
- run: cargo install cargo-all-features
- run: cargo build-all-features

test_beta:
name: test on beta
runs-on: ubuntu-latest
Expand Down

0 comments on commit 2f07dbc

Please sign in to comment.