Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ jobs:
printf '\e[0;31mred\e[0;1;31mbright red\e[0m' | ./ansi2html -b -p vga
echo
- name: run tests
timeout-minutes: 2
# Higher timeout mostly for OSX x86_64 which is slower for some reason
timeout-minutes: 3
run: |
make prove
build-static:
Expand Down