Skip to content

Commit

Permalink
Attempt running daikon on GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
wmdietl committed Aug 7, 2024
1 parent b254ced commit cdb2d25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
strategy:
matrix:
# No need to run 'cftests-junit-jdk21' on JDK 21.
script: ['typecheck-part1', 'typecheck-part2', 'guava', 'plume-lib', 'jspecify-conformance']
script: ['typecheck-part1', 'typecheck-part2', 'guava', 'plume-lib', 'jspecify-conformance', 'daikon-part1', 'daikon-part2']
java_version: [21]
env:
JAVA_VERSION: ${{ matrix.java_version }}
Expand Down

0 comments on commit cdb2d25

Please sign in to comment.