Skip to content

Commit

Permalink
Build all alpine steps in root
Browse files Browse the repository at this point in the history
  • Loading branch information
keesverruijt committed Sep 24, 2024
1 parent 5b9c0df commit 529066d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:
shell: alpine.sh --root {0}
- name: Build in Alpine chroot
run: cargo build --release
shell: alpine.sh {0}
shell: alpine.sh --root {0}
- name: Run tests
run: cargo test --release --verbose
shell: alpine.sh {0}
shell: alpine.sh --root {0}
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 529066d

Please sign in to comment.