Skip to content

Commit

Permalink
Merge pull request #1275 from openziti/quickstart-go-test-module
Browse files Browse the repository at this point in the history
provide quickstart test module and a container image for running tests
  • Loading branch information
qrkourier authored Aug 31, 2023
2 parents de12e44 + 7cc2035 commit 271d9da
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions quickstart/test/compose.override.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
services:
quickstart-test:
image: golang:${ZITI_GO_VERSION:-noop}-alpine
volumes:
- .:/mnt
working_dir: /mnt
environment:
- ZITI_PWD
networks:
- ziti
command: go test -v ./quickstart_test.go

0 comments on commit 271d9da

Please sign in to comment.