Skip to content

Commit fb21c12

Browse files
authored
Merge pull request #85 from rust-random/push-yzmzolqkumzy
Schedule weekly CI runs
2 parents 898ead0 + 9caeaa1 commit fb21c12

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
branches: [ master, '0.[0-9]+' ]
66
pull_request:
77
branches: [ master, '0.[0-9]+' ]
8+
schedule:
9+
- cron: '0 0 * * SUN'
810

911
jobs:
1012
build:

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
/tests/src/*
33
/tests/target
44
Cargo.lock
5+
/tests/target

0 commit comments

Comments
 (0)