Skip to content

Commit

Permalink
Add jdk instrumentation
Browse files Browse the repository at this point in the history
  • Loading branch information
vasumv committed Mar 16, 2024
1 parent 5a5e1e0 commit 0d5a601
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ jobs:
distribution: 'temurin'
java-version: '21'
cache: 'gradle'
- name: Build and test sfuzz
run: ./gradlew build --no-daemon
- name: Build sfuzz (no tests)
run: ./gradlew build --no-daemon -x test
- name: Instrument JDK
run: ./gradlew jlink
- name: Build shadow JAR
run: ./gradlew shadowJar
- name: Test sfuzz
run: ./gradlew test

0 comments on commit 0d5a601

Please sign in to comment.