Shorter thread sanitizer run (#16)

This commit is contained in:
Rafał Mikrut 2020-12-29 09:12:57 +01:00 committed by GitHub
parent dc7254e928
commit 0a8289a3d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
name: 🐧 Thread Sanitizer 2h
name: 🐧 Thread Sanitizer 1h
on: [push, pull_request]
jobs:
@ -66,7 +66,7 @@ jobs:
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
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
# - name: Exporting and running project