Skip to content

Commit

Permalink
update nextest
Browse files Browse the repository at this point in the history
  • Loading branch information
RobDavenport committed May 16, 2023
1 parent 7ad2f57 commit ab3919b
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,13 +77,8 @@ jobs:
gcc-multilib libpq-dev libxcb-shape0-dev libxcb-xfixes0-dev \
libasound2-dev portaudio19-dev libpulse-dev libdbus-1-dev libudev-dev
- uses: Swatinem/rust-cache@v2
# We use this `retry` action because the following `nextest` action can
# fail to retrieve the pre-build library from the server.
- uses: Wandalen/wretry.action@v1.0.25
with:
action: taiki-e/install-action@nextest
attempt_limit: 3
attempt_delay: 60000
- name: Install nextest
uses: taiki-e/install-action@nextest
- uses: actions-rs/cargo@v1
with:
command: nextest
Expand Down

0 comments on commit ab3919b

Please sign in to comment.