Skip to content

fix: improve error handling #65

fix: improve error handling

fix: improve error handling #65

Workflow file for this run

name: linux
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
test-linux:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run all tests
run: |
git config --global user.name "ci"
git config --global user.email "[email protected]"
./run-test