Skip to content

Commit

Permalink
Add actions-timeline to all jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
magicant committed Aug 23, 2024
1 parent 5cbc42f commit 8359bb8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,15 @@ jobs:
RUSTFLAGS: -D warnings
RUSTDOCFLAGS: -D warnings
steps:
- uses: Kesin11/actions-timeline@v2
- uses: actions/checkout@v4
- uses: Swatinem/rust-cache@v2
- name: Run basic tests
run: ./check.sh -v
clippy:
runs-on: ubuntu-latest
steps:
- uses: Kesin11/actions-timeline@v2
- uses: actions/checkout@v4
- uses: Swatinem/rust-cache@v2
- uses: giraffate/clippy-action@v1
Expand All @@ -34,6 +36,7 @@ jobs:
env:
RUSTFLAGS: -D warnings
steps:
- uses: Kesin11/actions-timeline@v2
- uses: actions/checkout@v4
- uses: Swatinem/rust-cache@v2
- name: Run extra tests
Expand All @@ -47,6 +50,7 @@ jobs:
fail-fast: false
runs-on: ${{ matrix.os }}
steps:
- uses: Kesin11/actions-timeline@v2
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@nightly
- uses: dtolnay/rust-toolchain@1.65.0
Expand All @@ -57,6 +61,7 @@ jobs:
windows:
runs-on: windows-latest
steps:
- uses: Kesin11/actions-timeline@v2
- uses: actions/checkout@v4
- uses: Swatinem/rust-cache@v2
- name: Test yash-arith
Expand Down

0 comments on commit 8359bb8

Please sign in to comment.