mirror of
https://github.com/Relintai/regression-test-project.git
synced 2024-11-14 10:27:53 +01:00
Shorter thread sanitizer run (#16)
This commit is contained in:
parent
dc7254e928
commit
0a8289a3d6
4
.github/workflows/thread_sanitizer.yml
vendored
4
.github/workflows/thread_sanitizer.yml
vendored
@ -1,4 +1,4 @@
|
|||||||
name: 🐧 Thread Sanitizer 2h
|
name: 🐧 Thread Sanitizer 1h
|
||||||
on: [push, pull_request]
|
on: [push, pull_request]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
@ -66,7 +66,7 @@ jobs:
|
|||||||
echo "-------------------- OPEN EDITOR SECOND TIME TO BE SURE THAT EVERYTHING WAS IMPORTED -----------------------"
|
echo "-------------------- OPEN EDITOR SECOND TIME TO BE SURE THAT EVERYTHING WAS IMPORTED -----------------------"
|
||||||
DRI_PRIME=0 xvfb-run ./godot.x11.tools.64.llvms --audio-driver Dummy -e -q --path $(pwd) 2>&1 | tee sanitizers_log.txt || true
|
DRI_PRIME=0 xvfb-run ./godot.x11.tools.64.llvms --audio-driver Dummy -e -q --path $(pwd) 2>&1 | tee sanitizers_log.txt || true
|
||||||
echo "-------------------- RUN PROJECT -----------------------"
|
echo "-------------------- RUN PROJECT -----------------------"
|
||||||
DRI_PRIME=0 xvfb-run ./godot.x11.tools.64.llvms 7200 --audio-driver Dummy --video-driver GLES3 --path $(pwd) 2>&1 | tee sanitizers_log.txt || true
|
DRI_PRIME=0 xvfb-run ./godot.x11.tools.64.llvms 3600 --audio-driver Dummy --video-driver GLES3 --path $(pwd) 2>&1 | tee sanitizers_log.txt || true
|
||||||
|
|
||||||
# # Export project and run it to check for possible leaks and invalid memory usage
|
# # Export project and run it to check for possible leaks and invalid memory usage
|
||||||
# - name: Exporting and running project
|
# - name: Exporting and running project
|
||||||
|
Loading…
Reference in New Issue
Block a user