Skip to content

Commit

Permalink
Disable misleading test jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
Wilfred committed Nov 24, 2023
1 parent 7e50c2d commit 363ca54
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ jobs:
- { target: x86_64-apple-darwin, os: macos-latest }
- { target: x86_64-pc-windows-gnu, os: windows-latest }
- { target: x86_64-unknown-linux-musl, os: ubuntu-20.04, use-cross: true }
- { target: aarch64-unknown-linux-gnu, os: ubuntu-20.04, use-cross: true }
- { target: aarch64-apple-darwin, os: macos-latest, use-cross: true }
# FIXME: these jobs are falling back to x86-64, so they're not testing anything.
# - { target: aarch64-unknown-linux-gnu, os: ubuntu-20.04, use-cross: true }
# - { target: aarch64-apple-darwin, os: macos-latest, use-cross: true }
env:
BUILD_CMD: cargo

Expand Down

0 comments on commit 363ca54

Please sign in to comment.