소스 검색

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
       run: make test
 
 
     - name: End 2 end
     - name: End 2 end
-      run: make e2evv
+      run: make e2e-mutex-debug TEST_LOGS=1 TEST_FLAGS=-v
 
 
     - uses: actions/upload-artifact@v3
     - uses: actions/upload-artifact@v3
       with:
       with: