Skip to content

fix: improve error handling (#30) #66

fix: improve error handling (#30)

fix: improve error handling (#30) #66

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 "ci@test.com"
./run-test