Skip to content

Commit

Permalink
set nextest version in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
zancas committed Sep 8, 2024
1 parent bc62ccd commit ed1ff61
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,10 @@ jobs:
toolchain: stable

- name: Install nextest
uses: taiki-e/install-action@nextest
uses: taiki-e/install-action@v2
with:
tool: nextest
version: 0.9.78

- name: Install protoc
run: sudo apt-get install protobuf-compiler
Expand Down

0 comments on commit ed1ff61

Please sign in to comment.