Add complete cargo check
Some checks failed
Demo / Explore-CI (push) Failing after 2m1s

This commit is contained in:
Blizzard Finnegan 2023-06-06 14:31:17 -04:00
parent 69cd1ef86f
commit a3fbd76957
Signed by: blizzardfinnegan
GPG key ID: 61C1E13067E0018E

View file

@ -10,9 +10,14 @@ jobs:
- name: List files in the repository
run: |
ls ${{ github.workspace }}
- name: Run cargo check
- name: Grab Rust toolchain
uses: https://github.com/actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
target: aarch64-unknown-linux-gnu
override: true
- name: Run check
uses: https://github.com/actions-rs/cargo@v1
with:
command: check