Skip to content

Commit e9cbd7c

Browse files
committed
Add missing test: prefix to gh workflow.
1 parent 1e5b9bc commit e9cbd7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,6 @@ jobs:
5959
|| fromJson('{}')
6060
}}
6161
run: |-
62-
task test-all-${{matrix.build_type}}
62+
task test:test-all-${{matrix.build_type}}
6363
task build:examples-${{matrix.build_type}}
6464
./build/examples/${{matrix.build_type}}/linking-tests

0 commit comments

Comments
 (0)