Skip to content

chore: Update dependencies #15

chore: Update dependencies

chore: Update dependencies #15

Workflow file for this run

name: Go test
on:
push:
workflow_dispatch:
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- name: Install devenv.sh
run: nix profile install nixpkgs#devenv
- uses: actions/checkout@v4
- name: Run go test
run: devenv shell go test ./...