Skip to content

Commit

Permalink
Update gtest.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gabekole authored Sep 29, 2024
1 parent 35d3be3 commit 7a9c987
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
sudo apt install -y libgtest-dev libeigen3-dev
- name: Build
run: cmake . && make
run: cmake -DCMAKE_BUILD_TYPE=Debug -Bbuild . && make -C build

- name: Run tests
run: ctest

0 comments on commit 7a9c987

Please sign in to comment.