Skip to content

Commit

Permalink
[CMake] Enable execution of tests in github CI
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanBruens committed Jun 15, 2024
1 parent d7d37cd commit d64b104
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ubuntu-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
shell: bash
run: |
sudo apt update && sudo apt install --no-install-recommends -y \
python3-absl \
python3-protobuf \
cmake \
make
Expand All @@ -46,6 +48,11 @@ jobs:
run: |
cmake --build build -j$(nproc)
- name: CTest Run
shell: bash
run: |
ctest --test-dir ./build --output-on-failure
bazel:
runs-on: ubuntu-22.04
steps:
Expand Down

0 comments on commit d64b104

Please sign in to comment.