We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6511e4e commit 944bd65Copy full SHA for 944bd65
1 file changed
.github/workflows/build.yml
@@ -20,6 +20,10 @@ jobs:
20
- run: cmake --build build
21
- run: build/test
22
23
+ - run: cmake -S . -B build -DBUILD_TESTING=ON -DCMAKE_CXX_STANDARD=23
24
+ - run: cmake --build build
25
+ - run: build/test
26
+
27
- run: |
28
sudo apt-get install valgrind
29
valgrind --leak-check=yes build/test
0 commit comments