Skip to content

Commit 3342673

Browse files
committed
Remove testing on macos for now
1 parent faff057 commit 3342673

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -119,17 +119,9 @@ jobs:
119119
- name: Setup PHP version
120120
run: brew install php@${{ matrix.php-version }} && brew unlink php && brew link --force php@${{ matrix.php-version }}
121121

122-
- name: Test
123-
uses: actions-rs/cargo@v1
124-
with:
125-
use-cross: ${{ matrix.cross }}
126-
command: test
127-
args: --target ${{ matrix.target }} --lib
128-
129122
- name: Build
130123
uses: actions-rs/cargo@v1
131124
with:
132-
use-cross: ${{ matrix.cross }}
133125
command: build
134126
args: --release --target ${{ matrix.target }} --lib
135127

0 commit comments

Comments
 (0)