Skip to content

upgraded deps for cdl to v0.2.7 and egdm to v0.7.8 #10

upgraded deps for cdl to v0.2.7 and egdm to v0.7.8

upgraded deps for cdl to v0.2.7 and egdm to v0.7.8 #10

Workflow file for this run

name: Test PR
on:
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.21.4
- name: Run unit tests
run: |
go test ./... -v
- name: Run integration tests
run: |
go test ./... -v -tags=integration