We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2912ea6 commit 0160077Copy full SHA for 0160077
.github/workflows/build.yml
@@ -24,15 +24,12 @@ jobs:
24
- run: cmake --build build
25
- run: build/test
26
27
- - run: cmake -S . -B build -DBUILD_TESTING=ON -DCMAKE_CXX_STANDARD=23
28
- - run: cmake --build build
29
- - run: build/test
30
-
31
- run: |
32
sudo apt-get install valgrind
33
valgrind --leak-check=yes build/test
34
35
# test install
+ - run: rm -r build
36
- run: cmake -S . -B build
37
38
- run: sudo cmake --install build
0 commit comments