Skip to content

Bump memmap2 from 0.9.3 to 0.9.4 #3643

Bump memmap2 from 0.9.3 to 0.9.4

Bump memmap2 from 0.9.3 to 0.9.4 #3643

Workflow file for this run

name: Test
on:
push:
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: true
matrix:
os: [macos-latest, ubuntu-latest]
include:
- os: macos-latest
platform: macos
- os: ubuntu-latest
platform: linux
steps:
- uses: actions/checkout@v2
- name: Install Protoc
uses: arduino/setup-protoc@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- run: rustup component add rustfmt
- uses: actions-rs/cargo@v1
with:
command: test
args: --all-features
- uses: actions-rs/cargo@v1
with:
command: test