Skip to content

Commit

Permalink
Finally, success with the new FreeBSD CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
ned14 committed Aug 15, 2023
1 parent 5c0831b commit 0c5b665
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unittests_freebsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
version: '13.2'
run: |
sudo pkg install -y cmake git
ctest -S .ci.cmake -VV --timeout 900
ctest -S .ci.cmake -VV -E 'noexcept' --timeout 900
- name: Upload Test Results
if: always()
Expand Down

0 comments on commit 0c5b665

Please sign in to comment.