Skip to content

Commit

Permalink
Check build on macOS.
Browse files Browse the repository at this point in the history
  • Loading branch information
elliottslaughter committed Sep 9, 2024
1 parent 9712355 commit 8cea2bf
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,33 @@ jobs:
command: check
args: --all-features

check_mac:
name: Check macOS
runs-on: macos-13
steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.74.1
override: true
- uses: actions-rs/cargo@v1
with:
command: check
args: --no-default-features
- uses: actions-rs/cargo@v1
with:
command: check
args: --no-default-features --features client
- uses: actions-rs/cargo@v1
with:
command: check
args: --no-default-features --features server
- uses: actions-rs/cargo@v1
with:
command: check
args: --all-features

check_wasm:
name: Check wasm32
runs-on: ubuntu-latest
Expand Down

0 comments on commit 8cea2bf

Please sign in to comment.