Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
- name: Setup Rust
uses: actions-rs/toolchain@v1
with:
target: aarch64-apple-darwin
toolchain: ${{matrix.rust-toolchain}}
components: rustfmt

Expand All @@ -32,6 +33,10 @@ jobs:

- name: Build and test
run: |
uname -a
uname -s
arch
rustup default aarch64-apple-darwin
cargo fmt -- --check
cargo build --verbose
cargo test --verbose
Expand Down