Skip to content

Fix #88 - spawn subprograms directly, not via shell #270

Fix #88 - spawn subprograms directly, not via shell

Fix #88 - spawn subprograms directly, not via shell #270

Workflow file for this run

name: Test
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Build
run: cargo build --verbose
- name: Test
run: cargo test --verbose