Skip to content

Commit 097cbae

Browse files
committed
Clean up CI config
1 parent 7beefeb commit 097cbae

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:
@@ -79,6 +88,7 @@ jobs:
7988
runs-on: ubuntu-latest
8089
steps:
8190
- uses: actions/checkout@v3
82-
- uses: actions-rs/audit-check@v1
91+
# https://github.com/rustsec/audit-check/issues/2
92+
- uses: rustsec/audit-check@master
8393
with:
8494
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)