Tatsuhiro Tsujikawa %!s(int64=3) %!d(string=hai) anos
pai
achega
55f4bc139a
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  1. 1 2
      .github/workflows/build.yml

+ 1 - 2
.github/workflows/build.yml

@@ -62,5 +62,4 @@ jobs:
           CPPFLAGS="-fsanitize=address" LDFLAGS="-fsanitize=address"
     - name: Build aria2
       run: |
-        make
-        make check
+        make -j$(nproc) check