Skip to content

Add basic tests for mixin subverbs #56

Add basic tests for mixin subverbs

Add basic tests for mixin subverbs #56

Workflow file for this run

---
name: Run tests
on:
push:
branches: ['master']
pull_request:
jobs:
pytest:
uses: colcon/ci/.github/workflows/pytest.yaml@main
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}