Skip to content

Commit

Permalink
fix: update macos build
Browse files Browse the repository at this point in the history
Add rustfmt and x86_64-apple-darwin target
  • Loading branch information
Rickard Natt och Dag authored Nov 13, 2020
1 parent 69c7e70 commit 8726c2b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,16 @@ jobs:
with:
profile: minimal
toolchain: nightly
components: rustfmt
override: true
target: x86_64-apple-darwin
- name: Install semantic-release-rust
run: cargo install semantic-release-rust --version 1.0.0-alpha.6

- name: Run tests
run: cargo test --locked
run: |
cargo test --locked
cargo fmt --all -- --check
- name: Semantic Release
uses: cycjimmy/semantic-release-action@v2
Expand Down

0 comments on commit 8726c2b

Please sign in to comment.