Skip to content

feat: new cache implementation #140

feat: new cache implementation

feat: new cache implementation #140

Workflow file for this run

name: Test Nix Flake build
on:
workflow_dispatch:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: DeterminateSystems/nix-installer-action@main
- run: nix build . --show-trace
- run: nix flake check