Skip to content

chore: replace the rust builder action (#8) #22

chore: replace the rust builder action (#8)

chore: replace the rust builder action (#8) #22

Workflow file for this run

name: build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: rust-build/[email protected]
with:
RUSTTARGET: x86_64-unknown-linux-musl
args: cargo fmt -- --check && ./clippy.sh && cargo test --locked