Skip to content

Commit

Permalink
Skip VobSub tests for now
Browse files Browse the repository at this point in the history
Signed-off-by: Ethan Dye <mrtops03@gmail.com>
  • Loading branch information
ecdye committed Oct 3, 2024
1 parent aa404a0 commit 01d833c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

- name: Test
timeout-minutes: 10
run: xcrun swift test --disable-keychain --disable-sandbox --parallel --num-workers 3 # --skip "macSubtitleOCRTests.vobSubSUB()"
run: xcrun swift test --parallel --skip "macSubtitleOCRTests.vobSubSUB()"

- name: Periphery
run: |
Expand Down

0 comments on commit 01d833c

Please sign in to comment.