aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 118143daa..d11bc8d41 100644
--- a/.github/workflows/rust.yml
+++ b/.github/workflows/rust.yml
@@ -122,7 +122,7 @@ jobs:
122 with: 122 with:
123 toolchain: stable 123 toolchain: stable
124 - name: Check fmt 124 - name: Check fmt
125 run: for i in embassy-*; do (cd $i; cargo fmt -- --check); done 125 run: find -name '*.rs' | xargs rustfmt --check --skip-children --unstable-features --edition 2018
126 126
127 test: 127 test:
128 runs-on: ubuntu-latest 128 runs-on: ubuntu-latest