Skip to content

Commit 0f90200

Browse files
committed
fix on
1 parent 7c3fc8c commit 0f90200

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/test.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,17 @@ on:
44
push: null
55
pull_request: null
66
schedule:
7-
- 0 12 * * *
7+
- cron: '0 12 * * *'
88

99
jobs:
1010
test:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14+
os:
15+
- ubuntu-latest
16+
- windows-latest
17+
- macos-latest
1418
rust:
1519
- stable
1620
- nightly

0 commit comments

Comments
 (0)