Skip to content

Commit

Permalink
Test new features in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
eldruin committed Feb 3, 2024
1 parent 52a37aa commit 9865710
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@ jobs:

- run: cargo build --target=${{ matrix.TARGET }}

- run: cargo build --target=${{ matrix.TARGET }} --features="async"

- run: cargo build --target=${{ matrix.TARGET }} --features="async,std"
if: ${{ contains(matrix.TARGET, 'x86_64') }}

checks:
name: Checks
runs-on: ubuntu-latest
Expand Down Expand Up @@ -68,6 +73,7 @@ jobs:
components: clippy

- run: cargo clippy --all-targets
- run: cargo clippy --all-features # the tests are not adapted to async

test:
name: Tests
Expand Down

0 comments on commit 9865710

Please sign in to comment.