Skip to content

Commit 3cde0ef

Browse files
committed
Move check-rules first so that ir_src.json is generated
1 parent 843fd5b commit 3cde0ef

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/run-tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,14 +58,14 @@ jobs:
5858
run: ninja
5959
working-directory: build
6060

61-
- name: Run unit tests
62-
run: ninja check
63-
working-directory: build
64-
6561
- name: Check rules
6662
run: ninja check-rules
6763
working-directory: build
6864

65+
- name: Run unit tests
66+
run: ninja check
67+
working-directory: build
68+
6969
- name: Check benchmarks (don't run)
7070
run: ninja check-benchmarks
7171
working-directory: build

0 commit comments

Comments
 (0)