瀏覽代碼

use mutex_debug during Github Actions run

Wade Simmons 2 年之前
父節點
當前提交
3e5e48f937
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/workflows/test.yml

+ 1 - 1
.github/workflows/test.yml

@@ -44,7 +44,7 @@ jobs:
       run: make test
 
     - name: End 2 end
-      run: make e2evv
+      run: make e2e-mutex-debug TEST_LOGS=1 TEST_FLAGS=-v
 
     - uses: actions/upload-artifact@v3
       with: