From c5b1bb1e2a0197f84c5169fe54482866b490ff64 Mon Sep 17 00:00:00 2001 From: Dave Rolsky Date: Sat, 7 Sep 2024 11:51:09 -0500 Subject: [PATCH] test linux --- .github/workflows/ci.yml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f91b0f1..7ca683e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 @@ -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