Skip to content

Commit

Permalink
Build everything in CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
yarkinwho committed Dec 8, 2023
1 parent 9fe4aa2 commit d18048a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-node.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ ee cmake --version
ee mkdir build
ee pushd build
ee cmake ..
ee make all_unit_tests -j "$(nproc)"
ee make -j "$(nproc)"

# pack
ee popd
Expand Down

0 comments on commit d18048a

Please sign in to comment.