Compare commits
No commits in common. "main" and "v1.3.1" have entirely different histories.
1 changed files with 6 additions and 5 deletions
|
|
@ -9,7 +9,7 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
name: Run tests
|
name: Test
|
||||||
runs-on: native
|
runs-on: native
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
@ -25,10 +25,11 @@ jobs:
|
||||||
include:
|
include:
|
||||||
- package: x86_64-linux
|
- package: x86_64-linux
|
||||||
target: x86_64-unknown-linux-gnu
|
target: x86_64-unknown-linux-gnu
|
||||||
# - package: x86_64-linux-musl
|
- package: x86_64-linux-musl
|
||||||
# target: x86_64-unknown-linux-musl
|
target: x86_64-unknown-linux-musl
|
||||||
# - package: aarch64-linux
|
- package: aarch64-linux
|
||||||
# target: aarch64-unknown-linux-gnu
|
target: aarch64-unknown-linux-gnu
|
||||||
|
# TODO: need macOS runners for these
|
||||||
# - package: default
|
# - package: default
|
||||||
# target: x86_64-apple-darwin
|
# target: x86_64-apple-darwin
|
||||||
# system: x86_64-darwin
|
# system: x86_64-darwin
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue