Skip to content

fix #216: allow matching pattern whitespace at end of instruction inv… #282

fix #216: allow matching pattern whitespace at end of instruction inv…

fix #216: allow matching pattern whitespace at end of instruction inv… #282

Workflow file for this run

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