FC Updates from BitShares and myself #21
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
|
||||
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue