Skip to content

Commit

Permalink
Summarize GitHub Actions timeline
Browse files Browse the repository at this point in the history
  • Loading branch information
magicant committed Aug 23, 2024
1 parent 5cbc42f commit fa7e721
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,3 +77,9 @@ jobs:
run: cargo test --all-features --package yash-prompt
- name: Test yash-builtin
run: cargo test --all-features --package yash-builtin
summarize:
runs-on: ubuntu-latest
needs: [check, clippy, extra, msrv, windows]
if: ${{ always() }}
steps:
- uses: Kesin11/actions-timeline@v2

0 comments on commit fa7e721

Please sign in to comment.