Skip to content

Commit

Permalink
feat(async-runtimes): add support for async-std runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
Guusvanmeerveld committed Aug 20, 2023
1 parent eed4576 commit e7ab4fb
Show file tree
Hide file tree
Showing 9 changed files with 1,093 additions and 357 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,12 @@ jobs:
- name: Create env file
run: touch .env

- name: Test
run: cargo test
- name: Test Tokio
run: cargo test --no-default-features --features runtime-tokio pox
env:
EMAIL: [email protected]

- name: Test Async-std
run: cargo test --no-default-features --features runtime-async-std pox
env:
EMAIL: [email protected]
Loading

0 comments on commit e7ab4fb

Please sign in to comment.