Skip to content

Bump shlex from 1.1.0 to 1.3.0 #97

Bump shlex from 1.1.0 to 1.3.0

Bump shlex from 1.1.0 to 1.3.0 #97

Workflow file for this run

name: Build and Test
on:
push:
pull_request:
types: [assigned, opened, synchronize, reopened]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose