Преглед изворни кода

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: