Skip to content

Commit

Permalink
Run tests in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
fmagin committed Feb 19, 2025
1 parent 8e80207 commit 7e4a7c3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
matrix:
ghidra:
# - "latest"
- "11.3"
- "11.2.1"
# - "11.1.1"
# - "11.1"
Expand Down Expand Up @@ -39,6 +40,8 @@ jobs:
- name: Linting with klint
run: gradle ktlintCheck

- name: Test
run: gradle test

- name: Build
run: gradle buildExtension
Expand Down

0 comments on commit 7e4a7c3

Please # to comment.