We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a3110c commit 2cae9acCopy full SHA for 2cae9ac
1 file changed
.github/workflows/main.yml
@@ -39,7 +39,9 @@ jobs:
39
- name: CMake Build
40
run: |
41
cmake -S WebFrame -B build -DBUILD_TESTING=ON -DBUILD_RUNTIME=OFF -DVCPKG_ROOT=${{ github.workspace }}/vcpkg
42
- cmake --build build
+ cd build
43
+ make -j4
44
+ make test
45
46
- name: "Save VCPKG cache"
47
uses: actions/cache/save@v4
0 commit comments