From 2bedc6b181383d5933676b5964dbb9379989ffee Mon Sep 17 00:00:00 2001 From: Willi Ballenthin Date: Mon, 27 Mar 2023 11:47:53 +0200 Subject: [PATCH] ci: tests: run binja after code style/linter --- .github/workflows/tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 2cb190b3..e9701c9e 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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: