Skip to content

Commit

Permalink
Merge branch 'main' into add-getblock-engine-methods
Browse files Browse the repository at this point in the history
  • Loading branch information
gfukushima authored Jan 25, 2023
2 parents bccde29 + 701e502 commit 650e70c
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,6 @@ jobs:
done
unitTests:
parallelism: 6
executor: besu_executor_xl
steps:
- prepare
Expand All @@ -185,14 +184,7 @@ jobs:
name: Build
no_output_timeout: 20m
command: |
GRADLE_ARGS=$(ls -d */src/test/java \
| sed 's/^/:/' \
| sed 's@src/test/java@@' \
| sed 's@/@:test@' \
| circleci tests split --split-by=timings)
# Format the arguments to "./gradlew test"
echo "Prepared arguments for Gradle: $GRADLE_ARGS"
./gradlew --no-daemon $GRADLE_ARGS
./gradlew --no-daemon build
- capture_test_results

integrationTests:
Expand Down

0 comments on commit 650e70c

Please sign in to comment.