Skip to content

fix: avoid global install #21

fix: avoid global install

fix: avoid global install #21

Workflow file for this run

name: continuous-integration
on: [push, pull_request, workflow_dispatch]
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Run tests
shell: 'script -q -e -c "bash {0}"' # work around tty issues
env:
TERM: linux
run: make test