Skip to content

Commit

Permalink
Run tests weekly [skip ci]
Browse files Browse the repository at this point in the history
In order to catch breakages caused by supporting dependencies changing (e.g. the recent issues caused by CMake 3.30.0 and Abseil), run the full test suite every Thursday morning. We avoid running on the hour as that is the busiest time for GitHub Actions (see https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#schedule).
  • Loading branch information
mudge authored Jul 23, 2024
1 parent 1f18427 commit 5cc0ddf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ on:
branches:
- main
pull_request:
schedule:
- cron: "30 4 * * 4"

env:
RUBYOPT: "--enable-frozen-string-literal --debug-frozen-string-literal"
Expand Down

0 comments on commit 5cc0ddf

Please sign in to comment.