Skip to content

Commit

Permalink
Merge pull request #1406 from mandiant/williballenthin-patch-1
Browse files Browse the repository at this point in the history
ci: tests: run binja after code style/linter
  • Loading branch information
williballenthin authored Mar 27, 2023
2 parents cd9f32c + 2bedc6b commit 4a40732
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ jobs:
binja-tests:
name: Binary Ninja tests for ${{ matrix.python-version }} on ${{ matrix.os }}
runs-on: ubuntu-20.04
needs: [code_style, rule_linter]
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 4a40732

Please sign in to comment.