Skip to content

Commit

Permalink
add opcua server test
Browse files Browse the repository at this point in the history
  • Loading branch information
smith committed Apr 6, 2024
1 parent b003737 commit c1750b3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ jobs:

- name: Build
run: go build -v ./...

- name: run opcserver
run: docker compose -f opc_ua/docker-compose-local.yml up -d

- name: Test
run: env git_test=1 go test -v ./...

0 comments on commit c1750b3

Please sign in to comment.