File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 uses : actions/checkout@v4
1717 -
1818 name : Install Nix
19- uses : cachix/install-nix-action@v27
19+ uses : cachix/install-nix-action@v31
2020 with :
21- nix_path : nixpkgs=channel:nixos-24.05
21+ nix_path : nixpkgs=channel:nixos-24.11
2222 -
2323 name : Cargo cache
2424 uses : actions/cache@v4
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"
5356 uses : actions/checkout@v4
5457 -
5558 name : Install Nix
56- uses : cachix/install-nix-action@v27
59+ uses : cachix/install-nix-action@v31
5760 with :
58- nix_path : nixpkgs=channel:nixos-24.05
61+ nix_path : nixpkgs=channel:nixos-24.11
5962 -
6063 name : Cargo cache
6164 uses : actions/cache@v4
You can’t perform that action at this time.
0 commit comments