Skip to content

Commit 0f13638

Browse files
Copilottrask
andcommitted
Change stress test to run all micrometer-1.0 tests instead of just specific test
Co-authored-by: trask <[email protected]>
1 parent 31de0e6 commit 0f13638

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/micrometer-stress-test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,9 @@ jobs:
3030
- name: Setup Gradle
3131
uses: gradle/actions/setup-gradle@v4
3232

33-
- name: Run shouldCaptureFunctionTimer test (Run ${{ matrix.run }})
33+
- name: Run all micrometer-1.0 tests (Run ${{ matrix.run }})
3434
run: >
3535
./gradlew :agent:instrumentation:micrometer-1.0:test
36-
--tests "MicrometerTest.shouldCaptureFunctionTimer"
3736
--info
3837
3938
- name: Upload test reports on failure

0 commit comments

Comments
 (0)