Skip to content

Commit

Permalink
Clean up CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Dec 28, 2022
1 parent 7beefeb commit 097cbae
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,20 @@ on:
branches:
- master
schedule:
- cron: '0 2 * * *'
- cron: '0 2 * * 0'

env:
RUSTFLAGS: -D warnings
CARGO_INCREMENTAL: 0
CARGO_NET_RETRY: 10
CARGO_TERM_COLOR: always
RUST_BACKTRACE: 1
RUSTFLAGS: -D warnings
RUSTDOCFLAGS: -D warnings
RUSTUP_MAX_RETRIES: 10

defaults:
run:
shell: bash

jobs:
test:
Expand Down Expand Up @@ -79,6 +88,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions-rs/audit-check@v1
# https://github.com/rustsec/audit-check/issues/2
- uses: rustsec/audit-check@master
with:
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 097cbae

Please sign in to comment.