Skip to content

Commit

Permalink
Fixing the mac test.
Browse files Browse the repository at this point in the history
  • Loading branch information
martun committed Dec 18, 2023
1 parent 09f0caf commit aacd8aa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/crypto3-testing-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,13 +156,14 @@ jobs:
mkdir -p $custom_tests_dir
for dir in ${{ inputs.test-paths }}
do
cd ${{ github.workspace }}/build/$dir
targets_str=$(find . -type f -executable)
ctest -v -j ${{ steps.strings.outputs.proc-number }} -R "(${targets_str})" || exit 0
mv ./junit_results/* $custom_tests_dir
done
mv ${{ steps.make-build-report.outputs.build-junit-report }} $custom_tests_dir
done
- name: Upload tests JUnit results
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit aacd8aa

Please sign in to comment.