From 32302565456fae9ac1b2fa152380116ae9bd79ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=CA=87=CA=9E=CA=8Cp?= Date: Mon, 30 Dec 2019 20:41:54 -0800 Subject: [PATCH] action: build on macos check --- .github/workflows/rust.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index c4edcac..3f70679 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -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