Skip to content
This repository has been archived by the owner on Sep 21, 2023. It is now read-only.

Fix docker image name. #155

Fix docker image name.

Fix docker image name. #155

Workflow file for this run

name: MacOS binary test
on:
push:
branches:
- '*'
jobs:
build_binary:
runs-on: macOS-latest
steps:
- uses: hecrj/setup-rust-action@v1
with:
rust-version: nightly-2020-03-19
- uses: actions/checkout@master
- uses: isbang/[email protected]
- run: pip3 install --user tox && $(python3 -m site --user-base)/bin/tox -e coverage
- run: chmod +x scripts/test_run_binary.sh && scripts/test_run_binary.sh