Skip to content

Commit

Permalink
github/workflows/ci: Enable async feature for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
zaeleus committed Aug 10, 2021
1 parent d5736f7 commit 91f1700
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ jobs:
- uses: actions/checkout@v2
- name: Update Rust
run: rustup update stable && rustup default stable
- run: cargo test
- run: cargo test --features async

0 comments on commit 91f1700

Please sign in to comment.