Skip to content

chore(deps): bump github.com/99designs/gqlgen from 0.17.45 to 0.17.46 #99

chore(deps): bump github.com/99designs/gqlgen from 0.17.45 to 0.17.46

chore(deps): bump github.com/99designs/gqlgen from 0.17.45 to 0.17.46 #99

Workflow file for this run

name: Test
on:
- push
- pull_request
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: 'stable'
check-latest: true
- name: Test compgen
run: go generate ./... && go test ./...
- name: Test relaycompmul
working-directory: ./linter/relaycompmul
run: go test ./...