mirror of
https://github.com/Neargye/magic_enum.git
synced 2026-01-09 23:34:23 +00:00
[CI] remove continue-on-error
This commit is contained in:
parent
ea5b977b8d
commit
d52a0c1c18
3 changed files with 0 additions and 3 deletions
1
.github/workflows/macos.yml
vendored
1
.github/workflows/macos.yml
vendored
|
|
@ -37,6 +37,5 @@ jobs:
|
|||
ctest --output-on-failure -C Debug
|
||||
|
||||
- name: Bazel Test
|
||||
continue-on-error: true
|
||||
working-directory: test
|
||||
run: bazelisk test //... --config=ci
|
||||
|
|
|
|||
1
.github/workflows/ubuntu.yml
vendored
1
.github/workflows/ubuntu.yml
vendored
|
|
@ -74,6 +74,5 @@ jobs:
|
|||
ctest --output-on-failure -C Debug
|
||||
|
||||
- name: Bazel Test
|
||||
continue-on-error: true
|
||||
working-directory: test
|
||||
run: bazelisk test //... --config=ci
|
||||
|
|
|
|||
1
.github/workflows/windows.yml
vendored
1
.github/workflows/windows.yml
vendored
|
|
@ -43,6 +43,5 @@ jobs:
|
|||
ctest --output-on-failure -C Debug
|
||||
|
||||
- name: Bazel Test
|
||||
continue-on-error: true
|
||||
working-directory: test
|
||||
run: bazelisk test //... --config=ci
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue