Skip to content

Commit

Permalink
Update .github/workflows/crypto3-testing-linux.yml
Browse files Browse the repository at this point in the history
Co-authored-by: x-mass <[email protected]>
  • Loading branch information
martun and x-mass authored Dec 19, 2023
1 parent aa1cb63 commit de9d240
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/crypto3-testing-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ jobs:
do
cd ${{ steps.strings.outputs.docker-workspace-path }}/build/$dir
targets_str=$(find . -type f -executable -printf '%P|' | sed 's/|$//')
ctest -v -j ${{ steps.strings.outputs.proc-number }} -R "(${targets_str})" || exit 0
ctest -v -j ${{ steps.strings.outputs.proc-number }} -R "(${targets_str})" || true
mv ./junit_results/* $custom_tests_dir
done
Expand Down

0 comments on commit de9d240

Please sign in to comment.