Skip to content

Commit

Permalink
Allow TOML error trace (#2153)
Browse files Browse the repository at this point in the history
# Description
TOML parsing errors on CI/CD are not displayed and make it hard to
investigate.

# Changes
This PR will show the parsing error assuming that all the configs used
for testing contain dummy data only.
  • Loading branch information
narcis96 authored Dec 11, 2023
1 parent 03ed19b commit 2f70d5b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ jobs:
CARGO_PROFILE_DEV_DEBUG: 0
CARGO_PROFILE_TEST_DEBUG: 0
CARGO_TERM_COLOR: always
TOML_TRACE_ERROR: 1
steps:
- uses: actions/checkout@v3
- uses: foundry-rs/foundry-toolchain@v1
Expand All @@ -93,6 +94,7 @@ jobs:
CARGO_PROFILE_TEST_DEBUG: 0
CARGO_TERM_COLOR: always
FORK_URL: https://eth.merkle.io
TOML_TRACE_ERROR: 1
steps:
- uses: actions/checkout@v3
- uses: foundry-rs/foundry-toolchain@v1
Expand All @@ -115,6 +117,7 @@ jobs:
CARGO_PROFILE_DEV_DEBUG: 0
CARGO_PROFILE_TEST_DEBUG: 0
CARGO_TERM_COLOR: always
TOML_TRACE_ERROR: 1
steps:
- uses: actions/checkout@v3
- uses: foundry-rs/foundry-toolchain@v1
Expand Down

0 comments on commit 2f70d5b

Please sign in to comment.