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

Loading…
Cancel
Save