use render thread method for creating grid overlay & reinstate overlay tests

This commit is contained in:
Nick Fisher
2025-06-27 13:34:01 +08:00
parent 1bbf9d26ac
commit feeb757a10
6 changed files with 82 additions and 14 deletions

View File

@@ -23,10 +23,10 @@ jobs:
test/geometry_tests.dart \
test/view_tests.dart \
test/postprocessing_tests.dart \
test/scene_tests.dart
test/picking_tests.dart
test/scene_tests.dart \
test/picking_tests.dart \
test/overlay_tests.dart \
--concurrency=1
# test/overlay_tests.dart
- name: Zip output
run: zip -r output.zip ./thermion_dart/test/output
- name: Upload test output