Skip to content

Commit

Permalink
Add jdk/jlink to GHA test runs
Browse files Browse the repository at this point in the history
  • Loading branch information
jerboaa committed Jun 13, 2023
1 parent 05f896a commit f59f259
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ jobs:
- 'hs/tier1 runtime'
- 'hs/tier1 serviceability'
- 'lib-test/tier1'
- 'jdk/jlink'

include:
- test-name: 'jdk/tier1 part 1'
Expand All @@ -79,6 +80,9 @@ jobs:
- test-name: 'langtools/tier1'
test-suite: 'test/langtools/:tier1'

- test-name: 'jdk/jlink'
test-suite: 'test/jdk/tools/jlink'

- test-name: 'hs/tier1 common'
test-suite: 'test/hotspot/jtreg/:tier1_common'
debug-suffix: -debug
Expand Down

0 comments on commit f59f259

Please sign in to comment.