Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rmja committed Dec 21, 2023
1 parent 4326ae2 commit 33a7bf2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@ jobs:
[
"",
"derive",
"async",
"derive,async",
]
include:
- target: "x86_64-unknown-linux-gnu"
Expand All @@ -121,7 +123,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: build
args: --all --target '${{ matrix.target }}' --features '${{ matrix.features }},${{ matrix.extra_features }}'
args: --workspace --target '${{ matrix.target }}' --features '${{ matrix.features }},${{ matrix.extra_features }}'

test:
name: Test
Expand All @@ -140,4 +142,4 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: test
args: --all --features std heapless
args: --workspace --features std,heapless

0 comments on commit 33a7bf2

Please sign in to comment.