Skip to content

Raise errors do not sys.exit #55

Raise errors do not sys.exit

Raise errors do not sys.exit #55

Workflow file for this run

name: ci
on: [push, pull_request]
jobs:
linux:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: Run a one-line script
run: make test
macos:
runs-on: macos-12
steps:
- uses: actions/checkout@v3
- name: Run a one-line script
shell: bash
run: make test