Skip to content

Commit

Permalink
fix rust test
Browse files Browse the repository at this point in the history
  • Loading branch information
timbrinded committed Feb 11, 2025
1 parent 329e68e commit 27fb8ea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -397,6 +397,8 @@ jobs:
curl -L --retry 10 --silent --show-error https://github.com/rui314/mold/releases/download/v2.30.0/mold-2.30.0-$(uname -m)-linux.tar.gz | tar -C $(realpath mold) --strip-components=1 -xzf -
- name: Setup Rust toolchain
run: rustup show
- name: Install Protoc
uses: arduino/setup-protoc@v3
- name: Unit tests
run: cargo test --release --all
- name: Run sccache stat for check pre test
Expand Down

0 comments on commit 27fb8ea

Please sign in to comment.