aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorMathias <[email protected]>2022-08-23 13:24:52 +0200
committerMathias <[email protected]>2022-08-23 13:24:52 +0200
commit36cf719a1899202caeae39a8a6d5443a4acbdcfe (patch)
tree4b58c2773f577dd7bb739358e48052841fff1432 /.github
parent7e3ce2c90befe19ea30c6a784710f6cebf5a48f2 (diff)
parentcb9f0ef5b800ce4a22cde1805e0eb88425f1e07b (diff)
Merge branch 'master' of https://github.com/embassy-rs/embassy into embassy-rp/dma
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