We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e0a196 commit b792decCopy full SHA for b792dec
.github/workflows/ci.yml
@@ -6,11 +6,20 @@ on:
6
branches:
7
- master
8
schedule:
9
- - cron: '0 2 * * *'
+ - cron: '0 2 * * 0'
10
11
env:
12
- RUSTFLAGS: -D warnings
+ CARGO_INCREMENTAL: 0
13
+ CARGO_NET_RETRY: 10
14
+ CARGO_TERM_COLOR: always
15
RUST_BACKTRACE: 1
16
+ RUSTFLAGS: -D warnings
17
+ RUSTDOCFLAGS: -D warnings
18
+ RUSTUP_MAX_RETRIES: 10
19
+
20
+defaults:
21
+ run:
22
+ shell: bash
23
24
jobs:
25
test:
@@ -85,6 +94,7 @@ jobs:
85
94
runs-on: ubuntu-latest
86
95
steps:
87
96
- 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
89
99
with:
90
100
token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments