Skip to content

Commit 1d262ff

Browse files
committed
ci: remove parity checking from workflow
1 parent 1baeae6 commit 1d262ff

File tree

1 file changed

+0
-31
lines changed

1 file changed

+0
-31
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ jobs:
1616
timeout-minutes: 20
1717
steps:
1818
- uses: actions/checkout@v4
19-
- uses: dtolnay/rust-toolchain@stable
2019
- name: Install MoonBit
2120
shell: bash
2221
run: |
@@ -57,15 +56,6 @@ jobs:
5756
run: moon test --target native
5857
- name: Enumerate hosts/devices (non-audio)
5958
run: moon run --target native cmd/enumerate -q
60-
- name: Run differential parity probe
61-
run: node ci/parity/check.js
62-
- name: Upload parity artifacts
63-
if: always()
64-
uses: actions/upload-artifact@v4
65-
with:
66-
name: parity-ubuntu
67-
path: _build/parity
68-
if-no-files-found: ignore
6959
- name: Run ALSA smoke (real I/O)
7060
run: moon run --target native cmd/alsa_stream_smoke -q
7161
- name: Run JACK smoke (dummy server)
@@ -77,7 +67,6 @@ jobs:
7767
timeout-minutes: 20
7868
steps:
7969
- uses: actions/checkout@v4
80-
- uses: dtolnay/rust-toolchain@stable
8170
- name: Install MoonBit
8271
shell: bash
8372
run: |
@@ -96,15 +85,6 @@ jobs:
9685
run: moon test --target native
9786
- name: Enumerate hosts/devices (non-audio)
9887
run: moon run --target native cmd/enumerate -q
99-
- name: Run differential parity probe
100-
run: node ci/parity/check.js
101-
- name: Upload parity artifacts
102-
if: always()
103-
uses: actions/upload-artifact@v4
104-
with:
105-
name: parity-macos
106-
path: _build/parity
107-
if-no-files-found: ignore
10888
- name: Run CoreAudio smoke (real I/O)
10989
run: moon run --target native cmd/macos_stream_smoke -q
11090

@@ -114,7 +94,6 @@ jobs:
11494
timeout-minutes: 25
11595
steps:
11696
- uses: actions/checkout@v4
117-
- uses: dtolnay/rust-toolchain@stable
11897
- name: Install MoonBit
11998
shell: pwsh
12099
run: |
@@ -155,16 +134,6 @@ jobs:
155134
- name: Enumerate hosts/devices (non-audio)
156135
shell: pwsh
157136
run: moon run --target native cmd/enumerate -q
158-
- name: Run differential parity probe
159-
shell: pwsh
160-
run: node ci/parity/check.js
161-
- name: Upload parity artifacts
162-
if: always()
163-
uses: actions/upload-artifact@v4
164-
with:
165-
name: parity-windows
166-
path: _build/parity
167-
if-no-files-found: ignore
168137
- name: Run WASAPI smoke (real I/O)
169138
shell: pwsh
170139
run: moon run --target native cmd/wasapi_stream_smoke -q

0 commit comments

Comments
 (0)