Skip to content

Commit

Permalink
explicitly test on beta
Browse files Browse the repository at this point in the history
  • Loading branch information
KodrAus committed Oct 9, 2023
1 parent 60ef5ee commit ea75f33
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 @@ -115,7 +115,7 @@ jobs:
cargo +beta clippy
- name: Tests
run: cargo test
run: cargo +beta test

embedded:
name: Build (embedded)
Expand Down

0 comments on commit ea75f33

Please sign in to comment.