We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4db701c + 5cd0208 commit 16c6d60Copy full SHA for 16c6d60
.github/workflows/push.yml
@@ -118,8 +118,6 @@ jobs:
118
run: make -j$(/usr/bin/nproc) >/dev/null
119
- name: make install
120
uses: ./.github/actions/install-linux-x32
121
- - name: Test
122
- uses: ./.github/actions/test-linux
123
- name: Test Tracing JIT
124
uses: ./.github/actions/test-linux
125
with:
@@ -149,10 +147,6 @@ jobs:
149
147
make -j$(sysctl -n hw.logicalcpu) >/dev/null
150
148
151
run: sudo make install
152
153
- uses: ./.github/actions/test-macos
154
- with:
155
- testArtifacts: ${{ matrix.debug && 'DEBUG' || 'RELEASE' }}_${{ matrix.zts && 'ZTS' || 'NTS' }}
156
157
uses: ./.github/actions/test-macos
158
0 commit comments