mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-27 14:04:56 +01:00
ci: fix backend names for tests
This commit is contained in:
parent
fae15db216
commit
883c5f78c6
1 changed files with 4 additions and 4 deletions
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
|
@ -200,10 +200,10 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
backend:
|
backend:
|
||||||
- thumbv7-backend
|
- thumbv7
|
||||||
- thumbv6-backend
|
- thumbv6
|
||||||
- thumbv8base-backend
|
- thumbv8-base
|
||||||
- thumbv8main-backend
|
- thumbv8-main
|
||||||
package:
|
package:
|
||||||
- rtic
|
- rtic
|
||||||
- rtic-arbiter
|
- rtic-arbiter
|
||||||
|
|
Loading…
Reference in a new issue