Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/al8n/wg
Browse files Browse the repository at this point in the history
  • Loading branch information
al8n committed Feb 16, 2024
2 parents 33418ed + d3051a9 commit f79b59a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ 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 future
run: cargo test --lib --no-default-features --features future
sync:
name: sync
strategy:
Expand All @@ -103,7 +103,7 @@ 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
run: cargo test --lib

coverage:
name: cargo tarpaulin
Expand Down

0 comments on commit f79b59a

Please sign in to comment.