Explorar o código

Update main.yml

blueloveTH %!s(int64=2) %!d(string=hai) anos
pai
achega
ba13473f11
Modificáronse 1 ficheiros con 4 adicións e 4 borrados
  1. 4 4
      .github/workflows/main.yml

+ 4 - 4
.github/workflows/main.yml

@@ -17,8 +17,8 @@ jobs:
     - uses: actions/upload-artifact@v3
       with:
         path: output
-    # - name: Unit Test
-    #   run: python3 scripts/run_tests.py
+    - name: Unit Test
+      run: python3 scripts/run_tests.py
     - name: Benchmark
       run: python3 scripts/run_tests.py benchmark
   build_linux:
@@ -42,8 +42,8 @@ jobs:
     - uses: actions/upload-artifact@v3
       with:
         path: output
-    # - name: Unit Test
-    #   run: python3 scripts/run_tests.py
+    - name: Unit Test
+      run: python3 scripts/run_tests.py
     - name: Benchmark
       run: python3 scripts/run_tests.py benchmark
   build_macos: