Skip to content

Merge branch 'main' of github.com:dzsquared/docker-sql-extension #6

Merge branch 'main' of github.com:dzsquared/docker-sql-extension

Merge branch 'main' of github.com:dzsquared/docker-sql-extension #6

Workflow file for this run

name: "CI - go tests"
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
gotest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: 'run go tests'
working-directory: ./backend
run: go test -v ./...