Skip to content

Commit

Permalink
add shell for alpine build
Browse files Browse the repository at this point in the history
  • Loading branch information
keesverruijt committed Sep 24, 2024
1 parent d971337 commit 6073cf8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,12 @@ jobs:
curl -sSf https://sh.rustup.rs | bash -s -- -y
PATH="$HOME/.cargo/bin:$PATH"
cargo build --release
shell: alpine.sh {0}
- name: Run tests
run: cargo test --release --verbose
run: |
PATH="$HOME/.cargo/bin:$PATH"
cargo test --release --verbose
shell: alpine.sh {0}
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 6073cf8

Please sign in to comment.