Skip to content

Commit 72b00ea

Browse files
committed
CI: Run tests with the Sniper debug binaries
1 parent e97c5e0 commit 72b00ea

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,14 @@ jobs:
4545
run: apt install -y chrpath
4646

4747
- name: CMake configure (Debug)
48-
run: cmake -B debug -G Ninja . -DCMAKE_BUILD_TYPE=Debug
48+
run: cmake -B debug -G Ninja . -DCMAKE_BUILD_TYPE=Debug -DBUILD_TESTS=ON
4949

5050
- name: Build (Debug)
5151
run: ninja -C debug
5252

53+
- name: Run Tests
54+
run: ./debug/faudio_tests
55+
5356
- name: CMake configure (Release)
5457
run: cmake -B release -G Ninja . -DCMAKE_BUILD_TYPE=Release
5558

0 commit comments

Comments
 (0)