Skip to content

Commit

Permalink
update main gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Quba1 committed Jan 27, 2024
1 parent 2ba937a commit 8b69405
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,28 @@ jobs:
run: |
cargo criterion
cargo clean
build-macos:

name: Build on MacOS
runs-on: macos-latest

steps:
- uses: actions/checkout@v4
- name: Prepare environment
run: |
brew install eccodes
rustup update stable
cargo clean
- name: Build with cargo
run: |
cargo build --release
cargo clean
- name: Test with cargo
run: |
cargo test
cargo clean
- name: Benchmark with criterion
run: |
cargo criterion
cargo clean

0 comments on commit 8b69405

Please sign in to comment.