Skip to content

Commit

Permalink
Fix all_features var
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrubeck committed Apr 1, 2023
1 parent f14ee61 commit 9b86dc0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: clippy
args: --tests --features $all_features
args: --tests --features ${{ env.all_features }}

- name: Test (default features)
uses: actions-rs/cargo@v1
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: test
args: --features $all_features
args: --features ${{ env.all_features }}

env:
all_features: "bytemuck,rand,randtest,serde,schemars,proptest,rkyv,speedy"

0 comments on commit 9b86dc0

Please sign in to comment.