Skip to content

Allow sharing of cargo target directory between builds #141

Allow sharing of cargo target directory between builds

Allow sharing of cargo target directory between builds #141

Workflow file for this run

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