Skip to content

Fix cli bin - prevent main fn exit #37

Fix cli bin - prevent main fn exit

Fix cli bin - prevent main fn exit #37

Workflow file for this run

name: Build
on:
- push
- pull_request
jobs:
test:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
runs-on: ${{matrix.os}}
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- name: Build
run: |
cargo build