]> git.puffer.fish Git - matthieu/nova.git/commitdiff
fix test command
authorMatthieuCoder <matthieu@matthieu-dev.xyz>
Tue, 3 Jan 2023 15:15:23 +0000 (19:15 +0400)
committerMatthieuCoder <matthieu@matthieu-dev.xyz>
Tue, 3 Jan 2023 15:15:23 +0000 (19:15 +0400)
.github/workflows/build.yml

index 418e3af3753536416f455a8e36e40712cc16b2ab..944fd662e0f50b94c723961499e4fe3e549c88ee 100644 (file)
@@ -46,7 +46,7 @@ jobs:
           cargo build --release
       - name: Test
         run: |
-          cargo test --release*
+          cargo test --release
       - name: All in one
         run: |
           cd exes/all
@@ -82,7 +82,7 @@ jobs:
           cargo build --release
       - name: Test
         run: |
-          cargo test --release*
+          cargo test --release
       - name: All in one
         run: |
           cd exes/all
@@ -121,7 +121,7 @@ jobs:
           cargo build --release
       - name: Test
         run: |
-          cargo test --release*
+          cargo test --release
       - name: All in one
         run: |
           cd exes/all