Skip to content

Merge pull request #35 from lightningrodlabs/dependabot/cargo/either-… #140

Merge pull request #35 from lightningrodlabs/dependabot/cargo/either-…

Merge pull request #35 from lightningrodlabs/dependabot/cargo/either-… #140

Workflow file for this run

name: Rust
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest, windows-latest, ubuntu-latest]
steps:
- uses: actions/checkout@v2
- name: Build
run: cargo build --release --verbose