action: build on macos check

pull/6/head
ʇʞʌp 4 years ago committed by GitHub
parent 1c50469cde
commit 3230256545
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -4,7 +4,7 @@ name: ci
jobs:
build_macos:
name: tests
name: build on macos
runs-on: macos-latest
steps:
- uses: actions/checkout@v1
@ -15,7 +15,8 @@ jobs:
override: true
- uses: actions-rs/cargo@v1
with:
command: test
command: build
args: --release
check:
name: check

Loading…
Cancel
Save