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 d660945
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 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 Expand Up @@ -131,7 +132,7 @@ jobs:
run: |
DIR=target/${{ matrix.platform.target }}/release
mkdir -p "$DIR"
echo "binary" > "$DIR"/ubi.exe
echo "binary" > "$DIR"/ubi
# - name: Build binary
# uses: houseabsolute/actions-rust-cross@v0
# with:
Expand Down

0 comments on commit d660945

Please sign in to comment.