Skip to content

Commit 48ba35e

Browse files
committed
Update ci.yml
1 parent b2f3002 commit 48ba35e

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,17 @@ jobs:
8888
working-directory: build
8989
run: ctest -C ${{matrix.build}} -j4
9090

91+
bazel:
92+
runs-on: ubuntu-latest
93+
name: Bazel
94+
steps:
95+
- uses: actions/checkout@v4
96+
- uses: bazel-contrib/setup-bazel@0.15.0
97+
- name: test
98+
run: bazel test :cpp-semver-tests
99+
91100
coverage:
92-
needs: [ macos, linux, windows ]
101+
needs: [ macos, linux, windows, bazel ]
93102
runs-on: ubuntu-latest
94103
env:
95104
CTEST_OUTPUT_ON_FAILURE: 1

0 commit comments

Comments
 (0)