Skip to content

Commit

Permalink
Remove testing on macos for now
Browse files Browse the repository at this point in the history
  • Loading branch information
joehoyle committed Jan 17, 2023
1 parent faff057 commit 3342673
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,17 +119,9 @@ jobs:
- name: Setup PHP version
run: brew install php@${{ matrix.php-version }} && brew unlink php && brew link --force php@${{ matrix.php-version }}

- name: Test
uses: actions-rs/cargo@v1
with:
use-cross: ${{ matrix.cross }}
command: test
args: --target ${{ matrix.target }} --lib

- name: Build
uses: actions-rs/cargo@v1
with:
use-cross: ${{ matrix.cross }}
command: build
args: --release --target ${{ matrix.target }} --lib

Expand Down

0 comments on commit 3342673

Please sign in to comment.