Skip to content

Commit

Permalink
Update build-riscv64.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
emlowe authored Sep 25, 2023
1 parent 4426c6e commit 9df740f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-riscv64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@ jobs:
apt-get install -y git curl build-essential && \
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y && \
source $HOME/.cargo/env && \
cargo build --release && \
cargo test && cargo test --release
cargo test --release
'
build_wheels:
Expand Down

0 comments on commit 9df740f

Please sign in to comment.