Skip to content

fix: Use the #!/usr/bin/env bash shebang #78

fix: Use the #!/usr/bin/env bash shebang

fix: Use the #!/usr/bin/env bash shebang #78

Workflow file for this run

name: test
on: [push, pull_request]
jobs:
test:
name: Run tests
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@v1
- name: Clone submodules
run: git submodule update --recursive --init
- name: Run tests
run: make test