Skip to content

Commit

Permalink
Merge pull request #220 from bitshares/ci-log-level
Browse files Browse the repository at this point in the history
Show more logs in CI
  • Loading branch information
abitmore authored Dec 29, 2020
2 parents 74f45bd + 2ecec46 commit a93b4b6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test-macos.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Github Autobuild macOS
name: Github CI macOS
on: [ push, pull_request ]
env:
CCACHE_COMPRESS: exists means true
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Unit-Tests
run: |
parallel echo Running {}\; sh -c "./{}" <<_EOT_
tests/run-parallel-tests.sh _build/tests/all_tests -l message
tests/run-parallel-tests.sh _build/tests/all_tests -l test_suite
_build/tests/bloom_test -- README.md
_build/tests/ecc_test README.md
_build/tests/hmac_test
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test-ubuntu-debug.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Github Autobuild Ubuntu Debug
name: Github CI Ubuntu Debug
on: [ push, pull_request ]
env:
CCACHE_COMPRESS: exists means true
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
- name: Test
run: |
parallel echo Running {}\; sh -c "./{}" <<_EOT_
tests/run-parallel-tests.sh _build/tests/all_tests -l message
tests/run-parallel-tests.sh _build/tests/all_tests -l test_suite
_build/tests/bloom_test -- README.md
_build/tests/ecc_test README.md
_build/tests/hmac_test
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test-ubuntu-release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Github Autobuild Ubuntu Release
name: Github CI Ubuntu Release
on: [ push, pull_request ]
env:
CCACHE_COMPRESS: exists means true
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
- name: Test
run: |
parallel echo Running {}\; sh -c "./{}" <<_EOT_
tests/run-parallel-tests.sh _build/tests/all_tests -l message
tests/run-parallel-tests.sh _build/tests/all_tests -l test_suite
_build/tests/bloom_test -- README.md
_build/tests/ecc_test README.md
_build/tests/hmac_test
Expand Down

0 comments on commit a93b4b6

Please sign in to comment.