Skip to content

Commit 2cae9ac

Browse files
committed
trying to run tests
1 parent 2a3110c commit 2cae9ac

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,9 @@ jobs:
3939
- name: CMake Build
4040
run: |
4141
cmake -S WebFrame -B build -DBUILD_TESTING=ON -DBUILD_RUNTIME=OFF -DVCPKG_ROOT=${{ github.workspace }}/vcpkg
42-
cmake --build build
42+
cd build
43+
make -j4
44+
make test
4345
4446
- name: "Save VCPKG cache"
4547
uses: actions/cache/save@v4

0 commit comments

Comments
 (0)