aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2022-08-22 20:18:40 +0000
committerGitHub <[email protected]>2022-08-22 20:18:40 +0000
commitcb9f0ef5b800ce4a22cde1805e0eb88425f1e07b (patch)
tree0c7425dae57acb94cb6ddca27def7e77609369b3 /.github
parent61356181b223e95f289ca3af3a038a699cde2112 (diff)
parent5677b13a86beca58aa57ecfd7cea0db7ceb189fa (diff)
Merge #922
922: split `embassy-util` into `embassy-futures`, `embassy-sync`. r=Dirbaio a=Dirbaio Co-authored-by: Dario Nieuwenhuis <[email protected]>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/rust.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml
index d76e5ced4..d2e8e316b 100644
--- a/.github/workflows/rust.yml
+++ b/.github/workflows/rust.yml
@@ -69,4 +69,4 @@ jobs:
69 steps: 69 steps:
70 - uses: actions/checkout@v2 70 - uses: actions/checkout@v2
71 - name: Test 71 - name: Test
72 run: cd embassy-util && cargo test 72 run: cd embassy-sync && cargo test