Skip to content

Commit

Permalink
Now we have hyperram support we can run the test suite on sonata.
Browse files Browse the repository at this point in the history
  • Loading branch information
rmn30 committed Jan 21, 2025
1 parent 4d75141 commit 8544548
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ jobs:
xmake f --board=${{ matrix.board }} --sdk=/cheriot-tools/ ${{ matrix.build-flags }}
xmake
- name: Run tests
# Test suite needs HyperRAM support to be added to RTOS because SRAM is not big enough.
if: ${{ !matrix.sonata }}
run: |
cd tests
xmake run
Expand Down

0 comments on commit 8544548

Please sign in to comment.