Skip to content

build(deps): update bitfield requirement from 0.15.0 to 0.17.0 #562

build(deps): update bitfield requirement from 0.15.0 to 0.17.0

build(deps): update bitfield requirement from 0.15.0 to 0.17.0 #562

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:
- 1.70.0
- stable
profile:
- name: debug
- name: release
flag: --release