Skip to content

Commit

Permalink
CI: Fix typo #2.
Browse files Browse the repository at this point in the history
  • Loading branch information
randombtree committed Dec 8, 2023
1 parent 0f0b952 commit 778ecc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
- name: Run tests
run: cargo test --verbose
- name: Run tests with tokio backend
run: cargo test --no-default-features --feature tokio
run: cargo test --no-default-features --features tokio

0 comments on commit 778ecc9

Please sign in to comment.