Skip to content

FIX: Move all parallels into parallel feature (#72) #443

FIX: Move all parallels into parallel feature (#72)

FIX: Move all parallels into parallel feature (#72) #443

Workflow file for this run

name: Github
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose