소스 검색

CI: Re-enable sanitizers build

Rémi Verschelde 5 년 전
부모
커밋
e5a43e8549
1개의 변경된 파일1개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 3
      .github/workflows/linux_builds.yml

+ 1 - 3
.github/workflows/linux_builds.yml

@@ -118,9 +118,7 @@ jobs:
 
   linux-sanitizer:
     runs-on: "ubuntu-20.04"
-    name: Editor and exported project  with sanitizers (target=debug/release, tools=yes/no, debug_symbols=yes/full, use_ubsan=yes, use_asan=yes)
-    # FIXME: Disabled until we can get it to pass.
-    if: false
+    name: Editor and exported project with sanitizers (target=debug/release, tools=yes/no, debug_symbols=yes/full, use_ubsan=yes, use_asan=yes)
 
     steps:
       - uses: actions/checkout@v2