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 d351128 commit ebb9984Copy full SHA for ebb9984
.github/workflows/unit-tests.yaml
@@ -58,7 +58,8 @@ jobs:
58
}')
59
|| fromJson('{}')
60
}}
61
+ # Currently unit tests rely on cassert and fail to compile in release mode.
62
run: |-
- task test:test-all-${{matrix.build_type}}
63
+ task test:test-all-debug
64
task build:examples-${{matrix.build_type}}
65
./build/examples/${{matrix.build_type}}/linking-tests
0 commit comments