We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e5b9bc commit e9cbd7cCopy full SHA for e9cbd7c
.github/workflows/unit-tests.yaml
@@ -59,6 +59,6 @@ jobs:
59
|| fromJson('{}')
60
}}
61
run: |-
62
- task test-all-${{matrix.build_type}}
+ task test:test-all-${{matrix.build_type}}
63
task build:examples-${{matrix.build_type}}
64
./build/examples/${{matrix.build_type}}/linking-tests
0 commit comments