Skip to content

Commit

Permalink
test linux
Browse files Browse the repository at this point in the history
  • Loading branch information
autarch committed Sep 7, 2024
1 parent 8e76a7e commit c5b1bb1
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,10 @@ jobs:
# os: ubuntu-20.04
# target: x86_64-unknown-freebsd
# skip_tests: true
# - os_name: Linux-x86_64
# os: ubuntu-20.04
# target: x86_64-unknown-linux-musl
- os_name: Linux-x86_64
os: ubuntu-20.04
target: x86_64-unknown-linux-musl
skip_tests: true
# - os_name: Linux-x86_64 (rustls-native-roots)
# os: ubuntu-20.04
# target: x86_64-unknown-linux-musl
Expand Down Expand Up @@ -78,10 +79,10 @@ jobs:
# os: windows-latest
# target: i686-pc-windows-msvc
# skip_tests: true
- os_name: Windows-x86_64
os: windows-latest
target: x86_64-pc-windows-msvc
skip_tests: true
# - os_name: Windows-x86_64
# os: windows-latest
# target: x86_64-pc-windows-msvc
# skip_tests: true
# - os_name: macOS-x86_64
# os: macOS-latest
# target: x86_64-apple-darwin
Expand Down

0 comments on commit c5b1bb1

Please sign in to comment.