Skip to content

Commit

Permalink
ci: use init action
Browse files Browse the repository at this point in the history
  • Loading branch information
evilrobot-01 committed May 11, 2024
1 parent c3366d6 commit b4dcace
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,13 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: "./.github/actions/init"
with:
git-user: ${{ env.GITHUB_ACTOR }}

- name: Install cargo-llvm-cov
uses: taiki-e/install-action@cargo-llvm-cov

- name: Rust Cache
uses: Swatinem/[email protected]

- name: Generate code coverage
run: cargo llvm-cov --all-features --workspace --lib --bins --codecov --output-path codecov.json

Expand Down

0 comments on commit b4dcace

Please sign in to comment.