Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 282d1faad1 | |||
| bf6060b6d1 |
1 changed files with 5 additions and 6 deletions
|
|
@ -9,7 +9,7 @@ on:
|
|||
|
||||
jobs:
|
||||
test:
|
||||
name: Test
|
||||
name: Run tests
|
||||
runs-on: native
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
|
@ -25,11 +25,10 @@ jobs:
|
|||
include:
|
||||
- package: x86_64-linux
|
||||
target: x86_64-unknown-linux-gnu
|
||||
- package: x86_64-linux-musl
|
||||
target: x86_64-unknown-linux-musl
|
||||
- package: aarch64-linux
|
||||
target: aarch64-unknown-linux-gnu
|
||||
# TODO: need macOS runners for these
|
||||
# - package: x86_64-linux-musl
|
||||
# target: x86_64-unknown-linux-musl
|
||||
# - package: aarch64-linux
|
||||
# target: aarch64-unknown-linux-gnu
|
||||
# - package: default
|
||||
# target: x86_64-apple-darwin
|
||||
# system: x86_64-darwin
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue