Skip to content

Merge pull request #40 from thraxil/dependabot/go_modules/golang.org/… #21

Merge pull request #40 from thraxil/dependabot/go_modules/golang.org/…

Merge pull request #40 from thraxil/dependabot/go_modules/golang.org/… #21

Workflow file for this run

name: "Test"
on:
pull_request:
push:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v18
with:
nix_path: nixpkgs=channel:nixos-unstable
extra_nix_config: |
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
- uses: workflow/nix-shell-action@v3
with:
script: |
make test