Skip to content

Commit

Permalink
better features specification
Browse files Browse the repository at this point in the history
  • Loading branch information
jbr committed Aug 22, 2023
1 parent a2187df commit e43420b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:
os: [ubuntu-latest, macOS-latest, windows-latest]
rust: [stable]
features:
- smol,trillium-testing/smol
- tokio,trillium-testing/tokio
- async-std,trillium-testing/async-std
- "--features smol,trillium-testing/smol"
- "--features tokio,trillium-testing/tokio"
- "--features async-std,trillium-testing/async-std"
- ""
steps:
- uses: actions/checkout@master
Expand All @@ -41,7 +41,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: test
args: --workspace --features ${{ matrix.features }}
args: --workspace ${{ matrix.features }}

check_fmt_and_docs:
name: Lints and Docs
Expand Down

0 comments on commit e43420b

Please sign in to comment.