Skip to content

Commit 71cbc5e

Browse files
committed
Fix workflow.
1 parent f2fce99 commit 71cbc5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ jobs:
3535
key: ${{ runner.os }}-cargo-test-${{ hashFiles('**/Cargo.lock') }}
3636
-
3737
name: Run tests
38-
run: nix-shell --command "cd test-runner && cargo run"
38+
run: nix-shell --command "make nix-test"

0 commit comments

Comments
 (0)