Skip to content

Commit

Permalink
trigger build
Browse files Browse the repository at this point in the history
  • Loading branch information
olehnikolaiev committed Jan 25, 2025
1 parent a2ed279 commit ccba238
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/test-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,9 +164,6 @@ jobs:
- name: Print ccache stats after full build
run : |
ccache --show-stats
- name: run BlockchainTests
run : |
./testeth --report_level=detailed -t BlockchainTests -- --all --verbosity 4
- name: Testeth all verbosity 4
id: TestCore
run : |
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,10 @@ jobs:
# we specifically run each test for easier log review
- name: run BlockchainTests
run : |
cd build/test
export NO_NTP_CHECK=1
export NO_ULIMIT_CHECK=1
./testeth --list-tests
./testeth --report_level=detailed -t BlockchainTests -- --all --verbosity 4
- name: Testeth verbosity 1
run : |
Expand Down

0 comments on commit ccba238

Please sign in to comment.