fix: azure tests and add azure ci test

This commit is contained in:
Ben McClelland
2024-09-23 09:10:52 -07:00
parent 9f9f895522
commit 3a9cbfcbd6
11 changed files with 133 additions and 36 deletions
+4 -3
View File
@@ -1,7 +1,8 @@
name: functional tests
on: pull_request
jobs:
on: pull_request
jobs:
build:
name: RunTests
runs-on: ubuntu-latest
@@ -18,7 +19,7 @@ jobs:
- name: Get Dependencies
run: |
go get -v -t -d ./...
go mod download
- name: Build and Run
run: |