summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorMatthieuCoder <matthieu@matthieu-dev.xyz>2023-01-03 19:15:23 +0400
committerMatthieuCoder <matthieu@matthieu-dev.xyz>2023-01-03 19:15:23 +0400
commit6e02f33a158168117d176dc345fc91e150b9679c (patch)
tree6b3545db99731965d51bd6706c59aacbe0a81ec9 /.github/workflows
parentf328723cc7135ef3ca48160382926c126cdb564e (diff)
fix test command
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 418e3af..944fd66 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -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