Skip to content

Commit

Permalink
Update linux.
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj committed Nov 1, 2023
1 parent 8cb4b67 commit 93336bb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,11 @@ jobs:
bins: cargo-make, cargo-nextest, cargo-llvm-cov
components: llvm-tools-preview
cache: false
# Required for "globals" tests
- uses: moonrepo/setup-toolchain@v0
if: ${{ runner.os == 'Linux' }}
- run: proto install bun 1.0.0
if: ${{ runner.os == 'Linux' }}
- uses: mozilla-actions/[email protected]
- name: Run tests
if: ${{ env.WITH_COVERAGE == 'false' }}
Expand Down

0 comments on commit 93336bb

Please sign in to comment.