Skip to content

Commit a4d6a58

Browse files
committed
Update dependencies / remove once_cell.
1 parent 6c92859 commit a4d6a58

File tree

11 files changed

+476
-272
lines changed

11 files changed

+476
-272
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ jobs:
3333
-
3434
name: Start dependency services
3535
run: docker compose up -d
36+
-
37+
name: Install dev dependencies
38+
run: nix-shell --command "make dev-dependencies"
3639
-
3740
name: Run tests
3841
run: nix-shell --command "make test"
@@ -70,6 +73,9 @@ jobs:
7073
~/.cargo/git/db/
7174
target/
7275
key: ${{ runner.os }}-cargo-dist-${{ matrix.target }}-${{ hashFiles('**/Cargo.lock') }}
76+
-
77+
name: Install dev dependencies
78+
run: nix-shell --command "make dev-dependencies"
7379
-
7480
name: Build distributables
7581
run: nix-shell --command "make dist-${{ matrix.target }}"

0 commit comments

Comments
 (0)