Skip to content

Commit f90ca53

Browse files
committed
disable other unit tests
1 parent 85c6e3b commit f90ca53

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/unit-tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ defaults:
2222

2323
jobs:
2424
ubuntu:
25+
if: false
2526
runs-on: ${{ matrix.platform }}
2627
timeout-minutes: 90
2728
strategy:
@@ -178,6 +179,7 @@ jobs:
178179
if: ${{ matrix.pattern == '' && (always() && steps.build.outcome == 'success')}}
179180

180181
macos-windows:
182+
if: false
181183
timeout-minutes: 90
182184
strategy:
183185
matrix:
@@ -215,6 +217,7 @@ jobs:
215217
uses: ./.github/actions/run-tests
216218

217219
Linux-32-bit:
220+
if: false
218221
runs-on: ubuntu-24.04
219222
container:
220223
image: quay.io/pypa/manylinux2014_i686
@@ -253,6 +256,7 @@ jobs:
253256
cancel-in-progress: true
254257

255258
Linux-Musl:
259+
if: false
256260
runs-on: ubuntu-24.04
257261
container:
258262
image: quay.io/pypa/musllinux_1_2_x86_64

0 commit comments

Comments
 (0)