Add checks
Some checks failed
/ checks (push) Failing after 0s
/ clippy (push) Successful in 2m20s
/ tests (push) Successful in 2m31s

This commit is contained in:
asonix 2024-02-06 22:02:57 -06:00
parent b1af7c4e01
commit 41357d1739

View file

@ -24,3 +24,17 @@ jobs:
- run: |
git clone ${{ env.github_server_url }}/${{ env.github_repository }} .
cargo test
checks:
runs-on: docker
strategy:
matrix:
- tag: latest-linux-amd64
- tag: latest-linux-arm32v7
- tag: latest-linux-arm64v8
container:
image: docker.io/asonix/rust-builder:${{ matrix.tag }}
steps:
- run: |
git clone ${{ env.github_server_url }}/${{ env.github_repository }} .
cargo check