Skip to content

Commit

Permalink
Update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
akru committed Mar 11, 2024
1 parent bb0377c commit e4a237b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/srtool.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
chain: ["alpha","main","ipci"]
chain: ["main","ipci"]
steps:
- uses: actions/checkout@v2
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: cachix/install-nix-action@v12
- uses: cachix/install-nix-action@v26
with:
nix_path: nixpkgs=channel:nixos-21.11
nix_path: nixpkgs=channel:nixos-23.11
- name: Run all tests
run: nix-shell --run "cargo test --all --locked"

0 comments on commit e4a237b

Please sign in to comment.