Fixing oleodbc and adodb DSN generation to properly ignore odbc ignor… #121
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Test | |
on: [push, pull_request] | |
jobs: | |
test: | |
name: Test | |
runs-on: ubuntu-latest | |
steps: | |
- name: Install Go | |
uses: actions/setup-go@v4 | |
- name: Checkout code | |
uses: actions/checkout@v3 | |
- name: Test | |
run: CGO_ENABLED=0 go test -v ./... |