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 872bf56 + 16c6d60 commit 7397607Copy full SHA for 7397607
.github/workflows/push.yml
@@ -135,8 +135,6 @@ jobs:
135
run: make -j$(/usr/bin/nproc) >/dev/null
136
- name: make install
137
uses: ./.github/actions/install-linux-x32
138
- - name: Test
139
- uses: ./.github/actions/test-linux
140
- name: Test Tracing JIT
141
uses: ./.github/actions/test-linux
142
with:
@@ -166,10 +164,6 @@ jobs:
166
164
make -j$(sysctl -n hw.logicalcpu) >/dev/null
167
165
168
run: sudo make install
169
170
- uses: ./.github/actions/test-macos
171
- with:
172
- testArtifacts: ${{ matrix.debug && 'DEBUG' || 'RELEASE' }}_${{ matrix.zts && 'ZTS' || 'NTS' }}
173
174
uses: ./.github/actions/test-macos
175
0 commit comments