Skip to content

Commit a188814

Browse files
committed
FIxup CI
1 parent d28603a commit a188814

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
thumbv7em-none-eabihf
3434
thumbv8m.main-none-eabi
3535
- name: Build Crates
36-
run: cargo test -p xtask
36+
run: cd xtask && cargo test
3737
env:
3838
RUSTFLAGS: ${{ matrix.rustflags }}
3939

0 commit comments

Comments
 (0)