Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/actions/build-test-all/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ runs:
- name: Download CET test suite
if: (inputs.enable-package == 'true') && (inputs.enable-tests == 'true')
env:
CET_TESTS_COMMIT: 82a96fa3f13ce8e916bc56872c10bfa5b00652de
CET_TESTS_COMMIT: d927028d9fb08cbfdd4e4d0d949f3cab5d91c594
shell: bash
run: |
git clone https://github.com/t-crest/patmos-cet-test-suite ${{env.CET_TESTS_PATH}}
Expand Down
Loading