Show more msgs when testing with Github Actions

This commit is contained in:
abitmore 2020-04-18 13:19:17 -04:00
parent bc60ea3fa9
commit a7bb22a9d1

View file

@ -57,7 +57,7 @@ jobs:
- name: Test
run: |
parallel echo Running {}\; sh -c "_build/tests/{}" <<_EOT_
all_tests
all_tests -l message
bloom_test -- README.md
ecc_test README.md
hmac_test
@ -116,7 +116,7 @@ jobs:
- name: Test
run: |
parallel echo Running {}\; sh -c "_build/tests/{}" <<_EOT_
all_tests
all_tests -l message
bloom_test -- README.md
ecc_test README.md
hmac_test