commit | 609b920ee9fa5348903adad3071912cd61f614a8 | [log] [tgz] |
---|---|---|
author | Robert Norton-Wright <robert.norton@scisemi.com> | Tue Jan 21 13:09:15 2025 +0000 |
committer | Robert Norton <1412774+rmn30@users.noreply.github.com> | Thu Jan 23 14:49:15 2025 +0000 |
tree | 2cb48e6370ddfa46bc7c50170be91602358dc49b | |
parent | 8884c3b4f53a9001448525c1a7e1af17b548f4b8 [diff] |
Now we have hyperram support we can run the test suite on sonata.
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3530074..98ce086 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml
@@ -45,8 +45,6 @@ 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