Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
Signed-off-by: Oliver Tale-Yazdi <oliver@tasty.limo>
  • Loading branch information
ggwpez committed May 14, 2023
1 parent c899f92 commit cd2b0a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: cargo fmt --all -- --check

- name: Check no-std
run: cargo check --all-targets --no-default-features --locked
run: cargo check --all-targets --no-default-features # still broken --locked

- name: Build
run: cargo build --all-targets --all-features --locked
Expand Down

0 comments on commit cd2b0a9

Please sign in to comment.