Skip to content

Commit a1a3d65

Browse files
committed
Run CI on a regular basis
1 parent 2f13c3f commit a1a3d65

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,12 @@ on:
55
push:
66
branches:
77
- master
8+
schedule:
9+
- cron: "0 1 * * *"
810

911
env:
10-
RUSTFLAGS: -Dwarnings
12+
RUSTFLAGS: -D warnings
13+
RUST_BACKTRACE: 1
1114

1215
jobs:
1316
test:
@@ -61,4 +64,4 @@ jobs:
6164
- name: Install Rust
6265
run: rustup update nightly && rustup default nightly
6366
- name: cargo doc
64-
run: RUSTDOCFLAGS=-Dwarnings cargo doc --no-deps
67+
run: RUSTDOCFLAGS="-D warnings" cargo doc --no-deps

0 commit comments

Comments
 (0)