try nix cache
Some checks failed
build / build-cargo (push) Failing after 3s
build / build-nix (push) Failing after 4s
build / check-nix (push) Failing after 3s

This commit is contained in:
Cyryl Płotnicki 2024-04-21 20:01:06 +01:00
parent 718d58b6ac
commit babad1b3a1

View file

@ -10,10 +10,11 @@ jobs:
steps:
- uses: actions/checkout@v3
name: Checkout
- name: test
- uses: DeterminateSystems/magic-nix-cache-action@main
- name: Run tests
run: |
nix develop -c cargo nextest run --run-ignored all
- name: release build
- name: Build release
run: |
nix develop -c cargo build --release
build-nix:
@ -21,6 +22,7 @@ jobs:
steps:
- uses: actions/checkout@v3
name: Checkout
- uses: DeterminateSystems/magic-nix-cache-action@main
- name:
run: |
nix build
@ -32,6 +34,7 @@ jobs:
- name: Metadata
run: |
nix flake metadata
- uses: DeterminateSystems/magic-nix-cache-action@main
- name: Statix
run: |
nix develop -c statix check