Skip to content

Commit 2912ea6

Browse files
committed
Improved install test
1 parent 84e2fd4 commit 2912ea6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,7 @@ jobs:
3232
sudo apt-get install valgrind
3333
valgrind --leak-check=yes build/test
3434
35+
# test install
36+
- run: cmake -S . -B build
37+
- run: cmake --build build
3538
- run: sudo cmake --install build

0 commit comments

Comments
 (0)