Skip to content

Commit ef3187a

Browse files
authored
Fix: add back testing
1 parent 94c0cc5 commit ef3187a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,6 @@ jobs:
2424
GTEST_COLOR: 'yes'
2525
run: |
2626
cmake -B build -DBUILD_TESTING=ON
27-
cmake --build build -j16
27+
cmake --build build -j8
28+
cmake --install build
29+
cmake --build build --target test ARGS="-V"

0 commit comments

Comments
 (0)