Skip to content

Commit 6ea5b90

Browse files
authored
Merge pull request #154 from alexanderwiederin/cron
ci: add weekly cron job to run all tests
2 parents 97ea1c2 + a3cafd9 commit 6ea5b90

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name: Rust CI
33
on:
44
push:
55
pull_request:
6+
schedule:
7+
- cron: '0 0 * * 1' # weekly on Monday at midnight UTC
68

79
env:
810
CARGO_TERM_COLOR: always

0 commit comments

Comments
 (0)