File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 16
16
uses : actions/checkout@v4
17
17
-
18
18
name : Install Nix
19
- uses : cachix/install-nix-action@v27
19
+ uses : cachix/install-nix-action@v31
20
20
with :
21
- nix_path : nixpkgs=channel:nixos-24.05
21
+ nix_path : nixpkgs=channel:nixos-24.11
22
22
-
23
23
name : Cargo cache
24
24
uses : actions/cache@v4
30
30
~/.cargo/git/db/
31
31
target/
32
32
key : ${{ runner.os }}-cargo-test-${{ hashFiles('**/Cargo.lock') }}
33
+ -
34
+ name : Install dev dependencies
35
+ run : nix-shell --command "make dev-dependencies"
33
36
-
34
37
name : Run tests
35
38
run : nix-shell --command "make test"
53
56
uses : actions/checkout@v4
54
57
-
55
58
name : Install Nix
56
- uses : cachix/install-nix-action@v27
59
+ uses : cachix/install-nix-action@v31
57
60
with :
58
- nix_path : nixpkgs=channel:nixos-24.05
61
+ nix_path : nixpkgs=channel:nixos-24.11
59
62
-
60
63
name : Cargo cache
61
64
uses : actions/cache@v4
You can’t perform that action at this time.
0 commit comments