Skip to content

Commit 0160077

Browse files
committed
Improved CI
1 parent 2912ea6 commit 0160077

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,12 @@ jobs:
2424
- run: cmake --build build
2525
- run: build/test
2626

27-
- run: cmake -S . -B build -DBUILD_TESTING=ON -DCMAKE_CXX_STANDARD=23
28-
- run: cmake --build build
29-
- run: build/test
30-
3127
- run: |
3228
sudo apt-get install valgrind
3329
valgrind --leak-check=yes build/test
3430
3531
# test install
32+
- run: rm -r build
3633
- run: cmake -S . -B build
3734
- run: cmake --build build
3835
- run: sudo cmake --install build

0 commit comments

Comments
 (0)