Skip to content

Merge pull request #65 from trailofbits/dependabot/github_actions/act… #202

Merge pull request #65 from trailofbits/dependabot/github_actions/act…

Merge pull request #65 from trailofbits/dependabot/github_actions/act… #202

Workflow file for this run

name: Unit tests
on:
push:
branches:
- main
pull_request:
jobs:
test:
strategy:
matrix:
python:
- "3.12"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-python@v6
with:
python-version: ${{ matrix.python }}
cache: "pip"
cache-dependency-path: pyproject.toml
- name: test
run: make test INSTALL_EXTRA=test