Skip to content

Commit 15c9de8

Browse files
committed
Removed test job.
Signed-off-by: Pavel Kirilin <[email protected]>
1 parent 1421647 commit 15c9de8

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

.github/workflows/test.yaml

-20
Original file line numberDiff line numberDiff line change
@@ -82,23 +82,3 @@ jobs:
8282
run: pip install "tox-gh>=1.2,<2"
8383
- name: Run pytest
8484
run: tox -v
85-
86-
musllinux:
87-
runs-on: ubuntu-latest
88-
strategy:
89-
matrix:
90-
target:
91-
- x86_64-unknown-linux-musl
92-
- i686-unknown-linux-musl
93-
steps:
94-
- uses: actions/checkout@v3
95-
- uses: actions/setup-python@v4
96-
with:
97-
python-version: '3.10'
98-
architecture: x64
99-
- name: Build wheels
100-
uses: messense/maturin-action@v1
101-
with:
102-
target: ${{ matrix.target }}
103-
args: --release --out dist --find-interpreter
104-
manylinux: musllinux_1_2

0 commit comments

Comments
 (0)