mirror of
https://github.com/Neargye/magic_enum.git
synced 2026-01-09 23:34:23 +00:00
bazel updates (#291)
This commit is contained in:
parent
40e12d6229
commit
745bf36a64
10 changed files with 34 additions and 54 deletions
1
.github/workflows/macos.yml
vendored
1
.github/workflows/macos.yml
vendored
|
|
@ -38,4 +38,5 @@ jobs:
|
|||
|
||||
- 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
|
|
@ -75,4 +75,5 @@ jobs:
|
|||
|
||||
- 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
|
|
@ -44,4 +44,5 @@ jobs:
|
|||
|
||||
- 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