Skip to content

Commit 39295a9

Browse files
committed
ci: Add test-rtl task to CI workflow
1 parent 7e801ba commit 39295a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/openvadl-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
uses: ./.github/workflows/reusable-test.yml
4242
strategy:
4343
matrix:
44-
task: [ test-lcb, test-common, test-iss ]
44+
task: [ test-lcb, test-common, test-iss, test-rtl ]
4545
include:
4646
- runner: self-hosted
4747
with:
@@ -60,4 +60,4 @@ jobs:
6060
run: exit 0
6161
- name: Failing CI
6262
if: ${{ contains(needs.*.result, 'failure') }}
63-
run: exit 1
63+
run: exit 1

0 commit comments

Comments
 (0)