Skip to content

Commit

Permalink
#86: Update workflow for TT_UMD_BUILD_TESTS option
Browse files Browse the repository at this point in the history
  • Loading branch information
blozano-tt committed Sep 27, 2024
1 parent 2301a03 commit 6b7e3c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-target.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
- name: Build ${{ inputs.build-target }}
run: |
echo "Compiling the code..."
cmake -B ${{ env.BUILD_OUTPUT_DIR }} -G Ninja
cmake -B ${{ env.BUILD_OUTPUT_DIR }} -G Ninja -DTT_UMD_BUILD_TESTS=ON
cmake --build ${{ env.BUILD_OUTPUT_DIR }} --target ${{ inputs.build-target }}
echo "Compile complete."
Expand Down

0 comments on commit 6b7e3c6

Please sign in to comment.