Skip to content

Commit b73926c

Browse files
committed
refactor: update CI to use just and correct paths
1 parent 4d8678b commit b73926c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ jobs:
102102
continue-on-error: true
103103
- name: Run Rust tests
104104
run: just test-project-rust ${{ matrix.project }}
105+
${{ matrix.project }}
105106
env:
106107
RUSTFLAGS: --cfg advent_of_code_ci
107108

@@ -131,6 +132,7 @@ jobs:
131132
${{ runner.os }}-go-cache-
132133
- name: Run Go tests
133134
run: just test-project-go ${{ matrix.project }}
135+
${{ matrix.project }}
134136

135137
zig_tests:
136138
needs: detect_changes

0 commit comments

Comments
 (0)