Skip to content

Commit

Permalink
Merge pull request #68 from artichoke/terraform/update-file-.github-w…
Browse files Browse the repository at this point in the history
…orkflows-code-coverage.yaml

chore: Update `.github/workflows/code-coverage.yaml` in `artichoke/ra…
  • Loading branch information
lopopolo authored Dec 21, 2022
2 parents ecb3aba + 799f277 commit 79df64a
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/code-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,8 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3

- name: Install Rust toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: nightly
profile: minimal
override: true
components: llvm-tools-preview
- name: Install nightly Rust toolchain
uses: artichoke/setup-rust/code-coverage@v1

- name: Setup grcov
run: |
Expand Down

0 comments on commit 79df64a

Please sign in to comment.