Skip to content

Commit

Permalink
Workflow now also runs ClangAstParser tests
Browse files Browse the repository at this point in the history
  • Loading branch information
joaobispo committed Jan 2, 2025
1 parent 427b67a commit ca6d690
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,12 @@ jobs:
cd clava/ClavaWeaver
gradle installDist
- name: Test with Gradle
- name: Test ClangAstParser
run: |
cd clava/ClangAstParser
gradle test
- name: Test ClavaWeaver
run: |
cd clava/ClavaWeaver
gradle test
Expand Down

0 comments on commit ca6d690

Please sign in to comment.