Skip to content

Merge pull request #10 from plutonium-239/bn-eval #124

Merge pull request #10 from plutonium-239/bn-eval

Merge pull request #10 from plutonium-239/bn-eval #124

Workflow file for this run

name: Pytest
on: [push, pull_request]
jobs:
pytest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: pytest-install
run: make install-test
- name: pytest
run: make test