Skip to content

Commit

Permalink
Using make rather than calling cocotb script directly in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob Williamson committed Nov 28, 2024
1 parent 60dcd5e commit e4746a7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -311,8 +311,7 @@ jobs:
-v "${{ github.workspace }}/build:/build" \
ghcr.io/pandablocks/pandablocks-dev-container:4.0a7 \
/bin/bash -c \
"cd PandABlocks-fpga && ln -s CONFIG.example CONFIG && make autogen && \
python3 common/python/cocotb_timing_test_runner.py all --sim nvc --panda-build-dir /build"
"cd PandABlocks-fpga && ln -s CONFIG.example CONFIG && make cocotb_tests"
test:
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.repository
Expand Down

0 comments on commit e4746a7

Please sign in to comment.