Skip to content

add Makefile and enable local CI tests #220

add Makefile and enable local CI tests

add Makefile and enable local CI tests #220

Workflow file for this run

name: pytests
on:
push:
branches:
- main
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: .github/actions/setup/action.yml
with:
dev: true
- name: Run tests
run: |
export GLOCI_REGISTRY_TOKEN="invalid"
make test