Skip to content

Bump anyhow from 1.0.78 to 1.0.79 in /rust (#48) #106

Bump anyhow from 1.0.78 to 1.0.79 in /rust (#48)

Bump anyhow from 1.0.78 to 1.0.79 in /rust (#48) #106

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