Skip to content

Commit

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

chore: Update `.github/workflows/code-coverage.yaml` in `artichoke/boba`
  • Loading branch information
lopopolo authored Dec 21, 2022
2 parents daf54de + adb0f94 commit 0bc763d
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 0bc763d

Please sign in to comment.