Skip to content

Commit ebb9984

Browse files
committed
Disable release unit tests in workflow.
1 parent d351128 commit ebb9984

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/unit-tests.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ jobs:
5858
}')
5959
|| fromJson('{}')
6060
}}
61+
# Currently unit tests rely on cassert and fail to compile in release mode.
6162
run: |-
62-
task test:test-all-${{matrix.build_type}}
63+
task test:test-all-debug
6364
task build:examples-${{matrix.build_type}}
6465
./build/examples/${{matrix.build_type}}/linking-tests

0 commit comments

Comments
 (0)