Disable misleading test jobs

pull/579/head^2
Wilfred Hughes 2023-11-24 01:40:43 +07:00
parent 7e50c2d8a2
commit 363ca5447c
1 changed files with 3 additions and 2 deletions

@ -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