Skip to content

Commit b792dec

Browse files
committed
Clean up CI config
1 parent 2e0a196 commit b792dec

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

.github/workflows/ci.yml

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,20 @@ on:
66
branches:
77
- master
88
schedule:
9-
- cron: '0 2 * * *'
9+
- cron: '0 2 * * 0'
1010

1111
env:
12-
RUSTFLAGS: -D warnings
12+
CARGO_INCREMENTAL: 0
13+
CARGO_NET_RETRY: 10
14+
CARGO_TERM_COLOR: always
1315
RUST_BACKTRACE: 1
16+
RUSTFLAGS: -D warnings
17+
RUSTDOCFLAGS: -D warnings
18+
RUSTUP_MAX_RETRIES: 10
19+
20+
defaults:
21+
run:
22+
shell: bash
1423

1524
jobs:
1625
test:
@@ -85,6 +94,7 @@ jobs:
8594
runs-on: ubuntu-latest
8695
steps:
8796
- uses: actions/checkout@v3
88-
- uses: actions-rs/audit-check@v1
97+
# https://github.com/rustsec/audit-check/issues/2
98+
- uses: rustsec/audit-check@master
8999
with:
90100
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)