Show more msgs when testing with Github Actions
This commit is contained in:
parent
bc60ea3fa9
commit
a7bb22a9d1
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build-and-test.yml
vendored
4
.github/workflows/build-and-test.yml
vendored
|
|
@ -57,7 +57,7 @@ jobs:
|
||||||
- name: Test
|
- name: Test
|
||||||
run: |
|
run: |
|
||||||
parallel echo Running {}\; sh -c "_build/tests/{}" <<_EOT_
|
parallel echo Running {}\; sh -c "_build/tests/{}" <<_EOT_
|
||||||
all_tests
|
all_tests -l message
|
||||||
bloom_test -- README.md
|
bloom_test -- README.md
|
||||||
ecc_test README.md
|
ecc_test README.md
|
||||||
hmac_test
|
hmac_test
|
||||||
|
|
@ -116,7 +116,7 @@ jobs:
|
||||||
- name: Test
|
- name: Test
|
||||||
run: |
|
run: |
|
||||||
parallel echo Running {}\; sh -c "_build/tests/{}" <<_EOT_
|
parallel echo Running {}\; sh -c "_build/tests/{}" <<_EOT_
|
||||||
all_tests
|
all_tests -l message
|
||||||
bloom_test -- README.md
|
bloom_test -- README.md
|
||||||
ecc_test README.md
|
ecc_test README.md
|
||||||
hmac_test
|
hmac_test
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue