Skip to content

Fix folder name

Fix folder name #2

Workflow file for this run

name: "Go Tests"
on:
pull_request:
push:
branches:
- main
jobs:
go-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install Nix
uses: cachix/install-nix-action@v17
with:
nix_path: nixpkgs=channel:nixpkgs-unstable
- name: Runs go tests.
run: nix-shell --command 'go test'