Skip to content

Commit

Permalink
rm sync test
Browse files Browse the repository at this point in the history
  • Loading branch information
s5suzuki committed Jan 19, 2024
1 parent 2036a43 commit 1e18bb6
Showing 1 changed file with 0 additions and 31 deletions.
31 changes: 0 additions & 31 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,37 +56,6 @@ jobs:
python3 build.py test --all
shell: bash

build-src-for-capi:
needs: check-src
name: build-src-${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]

steps:
- uses: actions/checkout@v3

- name: Setup
if: needs.check-src.outputs.status
uses: ./.github/actions/setup-build
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
os: ${{ matrix.os }}

- name: Rust cache
if: needs.check-src.outputs.status
uses: swatinem/rust-cache@v2

- name: Test src on ${{ matrix.os }}
if: needs.check-src.outputs.status
run: |
python3 build.py build --all --features "sync"
python3 build.py test --all --features "sync"
shell: bash


test-src-for-unity:
needs: check-src
name: test-src-for-unity-${{ matrix.os }}
Expand Down

0 comments on commit 1e18bb6

Please sign in to comment.