Skip to content

Commit

Permalink
Removed testing parameter to cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
Dialpuri committed Jun 24, 2024
1 parent c61710d commit cac8d98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Build
run : |
source ./emsdk/emsdk_env.sh
emcmake cmake . -D MODE=TESTING
emcmake cmake .
emmake make -j

0 comments on commit cac8d98

Please sign in to comment.