Skip to content

Commit

Permalink
Test with single process build
Browse files Browse the repository at this point in the history
  • Loading branch information
kintel committed May 10, 2023
1 parent 6d1dcd1 commit 1f1682f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
git submodule update --init --recursive
mkdir build && cd build
cmake .. -G"Ninja" -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -DEXPERIMENTAL=ON -DSNAPSHOT=ON
cmake --build . -j2
cmake --build . -j1
cmake --install . --prefix=.
- name: Run Test Suite
run: |
Expand Down

0 comments on commit 1f1682f

Please sign in to comment.