Skip to content

Commit 5456a40

Browse files
RUBY-2849 Fix GitHub Actions
1 parent 4f5e06d commit 5456a40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
CI: true
88
TESTOPTS: "-v"
99
runs-on: ubuntu-latest
10-
continue-on-error: true
10+
continue-on-error: false
1111
strategy:
1212
fail-fast: false
1313
matrix:

0 commit comments

Comments
 (0)