Skip to content

Bump shlex from 1.0.0 to 1.3.0 #30

Bump shlex from 1.0.0 to 1.3.0

Bump shlex from 1.0.0 to 1.3.0 #30

Workflow file for this run

name: Build & Test
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ${{ matrix.platform }}-latest
steps:
- uses: actions/checkout@v2
- run: rustup default ${{ matrix.channel }}
- run: cargo build --verbose
- run: cargo test --verbose --all
- run: bash ci/build-book.sh
strategy:
matrix:
platform: [ubuntu, macos, windows]
channel: [stable, beta, nightly]