Skip to content

Commit

Permalink
chore: update github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
vicanso committed Apr 2, 2024
1 parent 70ab1db commit 03ed8fb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ env:
jobs:
linux:
runs-on: ubuntu-latest
strategy:
fail-fast: true
matrix:
target: [x86_64-unknown-linux-musl]
steps:
- uses: actions/checkout@v4
- name: setup node
Expand All @@ -19,3 +23,6 @@ jobs:
run: make build-web
- name: Compile and release
uses: rust-build/rust-build.action@v1.4.5
with:
RUSTTARGET: ${{ matrix.target }}
UPLOAD_MODE: none

0 comments on commit 03ed8fb

Please sign in to comment.