mirror of
https://github.com/edera-dev/krata.git
synced 2025-08-03 05:10:55 +00:00
workflows: don't run tests on client workflow
This commit is contained in:
parent
d98dc7baad
commit
5fd10d6edf
29
.github/workflows/client.yml
vendored
29
.github/workflows/client.yml
vendored
@ -30,32 +30,3 @@ jobs:
|
|||||||
- run: ./hack/ci/install-mac-deps.sh
|
- run: ./hack/ci/install-mac-deps.sh
|
||||||
if: ${{ matrix.os.name == 'darwin' }}
|
if: ${{ matrix.os.name == 'darwin' }}
|
||||||
- run: ./hack/build/cargo.sh build --bin kratactl
|
- run: ./hack/build/cargo.sh build --bin kratactl
|
||||||
test:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
strategy:
|
|
||||||
matrix:
|
|
||||||
os:
|
|
||||||
- { name: linux, on: ubuntu-latest }
|
|
||||||
- { name: darwin, on: macos-14 }
|
|
||||||
arch:
|
|
||||||
- x86_64
|
|
||||||
- aarch64
|
|
||||||
env:
|
|
||||||
TARGET_OS: "${{ matrix.os.name }}"
|
|
||||||
TARGET_ARCH: "${{ matrix.arch }}"
|
|
||||||
name: test ${{ matrix.os.name }}-${{ matrix.arch }}
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v4
|
|
||||||
- uses: dtolnay/rust-toolchain@stable
|
|
||||||
if: ${{ matrix.os.name != 'darwin' }}
|
|
||||||
- uses: dtolnay/rust-toolchain@stable
|
|
||||||
with:
|
|
||||||
targets: "${{ matrix.arch }}-apple-darwin"
|
|
||||||
if: ${{ matrix.os.name == 'darwin' }}
|
|
||||||
- run: ./hack/ci/install-deps.sh
|
|
||||||
if: ${{ matrix.os.name == 'linux' }}
|
|
||||||
- uses: homebrew/actions/setup-homebrew@master
|
|
||||||
if: ${{ matrix.os.name == 'darwin' }}
|
|
||||||
- run: ./hack/ci/install-mac-deps.sh
|
|
||||||
if: ${{ matrix.os.name == 'darwin' }}
|
|
||||||
- run: ./hack/build/cargo.sh test --bin kratactl
|
|
||||||
|
Loading…
Reference in New Issue
Block a user