Skip to content

feat: [#540] Remove DriverSchema #27

feat: [#540] Remove DriverSchema

feat: [#540] Remove DriverSchema #27

Workflow file for this run

name: Test External
on:
push:
branches:
- master
pull_request:
jobs:
ubuntu:
strategy:
matrix:
go: [ "1.22", "1.23" ]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go }}
- name: Install dependencies
run: go mod tidy
- name: Run tests
run: cd tests && go test -timeout 1h ./...