Skip to content

ci: add Docker build cache #23

ci: add Docker build cache

ci: add Docker build cache #23

Workflow file for this run

name: Go test
on:
push:
workflow_dispatch:
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/flake-checker-action@main
- uses: DeterminateSystems/determinate-nix-action@main
- uses: DeterminateSystems/flakehub-cache-action@main
- name: Run go test
run: nix develop --command go test ./...