remove cocotb -sim.yml

This commit is contained in:
Arnav Sacheti
2025-10-26 18:00:53 -07:00
parent b1f1bf983a
commit 1eababe1ab
2 changed files with 4 additions and 60 deletions

View File

@@ -7,6 +7,9 @@ on:
branches: [ main ]
workflow_dispatch:
workflow_call:
schedule:
# Run weekly on Monday at 00:00 UTC
- cron: '0 0 * * 1'
jobs:
test:
@@ -33,7 +36,7 @@ jobs:
- name: Install dependencies
run: |
uv sync --group test
uv sync --all-extras --group test
- name: Run tests
run: uv run pytest tests/ -v --cov=peakrdl_busdecoder --cov-report=xml --cov-report=term