Skip to content

Commit ff1c3ba

Browse files
committed
Remove targets without tests
1 parent 48e6904 commit ff1c3ba

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -481,10 +481,10 @@ jobs:
481481
runs-on: ubuntu-latest
482482
needs:
483483
- test-linux-x64-gnu-binding
484-
- test-linux-x64-musl-binding
485-
- test-linux-aarch64-gnu-binding
486-
- test-linux-aarch64-musl-binding
487-
- test-linux-arm-gnueabihf-binding
484+
# - test-linux-x64-musl-binding
485+
# - test-linux-aarch64-gnu-binding
486+
# - test-linux-aarch64-musl-binding
487+
# - test-linux-arm-gnueabihf-binding
488488
- test-macOS-windows-binding
489489
steps:
490490
- name: Checkout code

0 commit comments

Comments
 (0)