Skip to content

Commit

Permalink
ci: don't build for both thumbv6 and thumbv7.
Browse files Browse the repository at this point in the history
We have 16 jobs now, starts to hit the GHA free limit of 20. There's no
advantage in testing thumbv6 and thumbv7 because they're almost identical
and nothing in e-h depends on them, so remove thumbv6.
  • Loading branch information
Dirbaio committed Aug 6, 2023
1 parent a0b9533 commit d749ef0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ jobs:
- nightly
target:
- x86_64-unknown-linux-gnu
- thumbv6m-none-eabi
- thumbv7m-none-eabi
features:
- ''
Expand Down

0 comments on commit d749ef0

Please sign in to comment.