Skip to content

Commit

Permalink
build: attempt to fix ci 12
Browse files Browse the repository at this point in the history
  • Loading branch information
mahor1221 committed Jul 8, 2024
1 parent 09f192f commit e538269
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ env:

jobs:
check:
name: check
name: Check
permissions:
# required for ppremk/lfs-warning
pull-requests: read
Expand All @@ -31,7 +31,7 @@ jobs:
- uses: dtolnay/rust-toolchain@stable
- uses: taiki-e/install-action@v2
with:
tool: typos,cargo-deny,cargo-tarpaulin
tool: typos,cargo-deny

- name: Check spelling
if: success() || failure()
Expand Down
7 changes: 6 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
name: Release

on:
create:
tags:
Expand All @@ -11,7 +13,7 @@ env:

jobs:
pre-release:
name: Create release
name: Pre-release
if: github.event_name == 'create'
timeout-minutes: 5
permissions:
Expand All @@ -26,6 +28,9 @@ jobs:
cache-all-crates: true
cache-on-failure: true
- uses: dtolnay/rust-toolchain@stable
- uses: taiki-e/install-action@v2
with:
tool: cargo-tarpaulin

- name: Generate code coverage reports
if: github.event_name == 'create'
Expand Down

0 comments on commit e538269

Please sign in to comment.