Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
al8n committed Feb 10, 2024
1 parent 01a4214 commit 64e4bfb
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: check
async:
name: async
future:
name: future
strategy:
matrix:
os:
Expand All @@ -87,9 +87,9 @@ jobs:
# --no-self-update is necessary because the windows environment cannot self-update rustup.exe.
run: rustup update stable --no-self-update && rustup default stable
- name: Test
run: cargo test --no-default-features --features async
full:
name: full
run: cargo test --no-default-features --features future
sync:
name: sync
strategy:
matrix:
os:
Expand All @@ -103,14 +103,14 @@ jobs:
# --no-self-update is necessary because the windows environment cannot self-update rustup.exe.
run: rustup update stable --no-self-update && rustup default stable
- name: Test
run: cargo test --no-default-features --features full
run: cargo test

coverage:
name: cargo tarpaulin
runs-on: ubuntu-latest
needs:
- async
- full
- future
- sync
- build
- clippy
- rustfmt
Expand Down

0 comments on commit 64e4bfb

Please sign in to comment.