Skip to content

Commit 194e7a5

Browse files
authored
Add async-executor test to the CI (#44)
1 parent 00581f5 commit 194e7a5

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,14 @@ jobs:
4747
run: cargo test -- --test-threads=1
4848
env:
4949
CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_RUNNER: valgrind --error-exitcode=1 --leak-check=full --show-leak-kinds=all
50+
- name: Clone async-executor
51+
run: git clone https://github.com/smol-rs/async-executor.git
52+
- name: Add patch section
53+
run: |
54+
echo '[patch.crates-io]' >> async-executor/Cargo.toml
55+
echo 'async-task = { path = ".." }' >> async-executor/Cargo.toml
56+
- name: Test async-executor
57+
run: cargo test --manifest-path async-executor/Cargo.toml
5058

5159
msrv:
5260
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)