Skip to content

Bump anyhow from 1.0.80 to 1.0.81 in /rust (#52) #114

Bump anyhow from 1.0.80 to 1.0.81 in /rust (#52)

Bump anyhow from 1.0.80 to 1.0.81 in /rust (#52) #114

Workflow file for this run

name: Rust Checks
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./rust
steps:
- uses: actions/checkout@v2
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose