Skip to content

chore: upgrade dependencies #27

chore: upgrade dependencies

chore: upgrade dependencies #27

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 ./...