Skip to content

Commit

Permalink
Disable client tests, since the API is not really ready.
Browse files Browse the repository at this point in the history
  • Loading branch information
reu committed Jan 28, 2025
1 parent f717cdb commit d8fd62e
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,15 +55,15 @@ jobs:
fail-fast: false
matrix:
job:
- { os: ubuntu-latest, target: i686-unknown-linux-gnu, use-cross: true, cmd: --no-default-features --features full }
- { os: ubuntu-latest, target: i686-unknown-linux-musl, use-cross: true, cmd: --no-default-features --features full }
- { os: ubuntu-latest, target: x86_64-unknown-linux-musl, use-cross: true, cmd: --no-default-features --features full }
- { os: ubuntu-latest, target: x86_64-unknown-linux-gnu, cmd: --all-features }
- { os: macos-latest, target: x86_64-apple-darwin, cmd: --no-default-features --features full }
- { os: macos-latest, target: aarch64-apple-darwin, cmd: --no-default-features --features full }
- { os: windows-latest, target: i686-pc-windows-msvc, cmd: --no-default-features --features full }
- { os: windows-latest, target: x86_64-pc-windows-gnu, cmd: --no-default-features --features full }
- { os: windows-latest, target: x86_64-pc-windows-msvc, cmd: --no-default-features --features full }
- { os: ubuntu-latest, target: i686-unknown-linux-gnu, use-cross: true, cmd: --no-default-features --features server }
- { os: ubuntu-latest, target: i686-unknown-linux-musl, use-cross: true, cmd: --no-default-features --features server }
- { os: ubuntu-latest, target: x86_64-unknown-linux-musl, use-cross: true, cmd: --no-default-features --features server }
- { os: ubuntu-latest, target: x86_64-unknown-linux-gnu, cmd: --no-default-features --features server }
- { os: macos-latest, target: x86_64-apple-darwin, cmd: --no-default-features --features server }
- { os: macos-latest, target: aarch64-apple-darwin, cmd: --no-default-features --features server }
- { os: windows-latest, target: i686-pc-windows-msvc, cmd: --no-default-features --features server }
- { os: windows-latest, target: x86_64-pc-windows-gnu, cmd: --no-default-features --features server }
- { os: windows-latest, target: x86_64-pc-windows-msvc, cmd: --no-default-features --features server }
name: Test ${{ matrix.job.os }} (${{ matrix.job.target }})
runs-on: ${{ matrix.job.os }}
steps:
Expand Down

0 comments on commit d8fd62e

Please sign in to comment.