Skip to content

Commit 41c0d59

Browse files
committed
Install dev-dependencies before running tests.
1 parent d4c9c6e commit 41c0d59

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ jobs:
3030
~/.cargo/git/db/
3131
target/
3232
key: ${{ runner.os }}-cargo-test-${{ hashFiles('**/Cargo.lock') }}
33+
-
34+
name: Install dev dependencies
35+
run: nix-shell --command "make dev-dependencies"
3336
-
3437
name: Run tests
3538
run: nix-shell --command "make test"

0 commit comments

Comments
 (0)