ci: tests: run binja after code style/linter

This commit is contained in:
Willi Ballenthin
2023-03-27 11:47:53 +02:00
committed by GitHub
parent d61c85c171
commit 2bedc6b181

View File

@@ -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: