Skip to content

build(deps): bump anyhow from 1.0.83 to 1.0.94 #311

build(deps): bump anyhow from 1.0.83 to 1.0.94

build(deps): bump anyhow from 1.0.83 to 1.0.94 #311

Workflow file for this run

on: [push, pull_request]
name: test
jobs:
test:
name: ${{ matrix.toolchain }} (${{ matrix.profile.name }})
runs-on: ubuntu-latest
steps:
- run: sudo apt-get install -y asciidoctor
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: ${{ matrix.toolchain }}
override: true
- uses: actions-rs/cargo@v1
with:
command: test
args: ${{ matrix.profile.flag }}
strategy:
fail-fast: false
matrix:
toolchain:
- nightly
- beta
- stable
profile:
- name: debug
- name: release
flag: --release