Skip to content

Commit

Permalink
Improve test run
Browse files Browse the repository at this point in the history
  • Loading branch information
mantzas committed Sep 15, 2024
1 parent da95097 commit 3ac9e7d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ jobs:
uses: actions/setup-go@v5
with:
go-version-file: "go.mod"

- name: Run unit tests
run: make test

- name: Start dependencies
run: make deps-start
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ example-client:
OTEL_EXPORTER_OTLP_INSECURE="true" go run examples/client/main.go

deps-start:
docker compose up -d
docker compose up -d --wait

deps-stop:
docker compose down
Expand Down

0 comments on commit 3ac9e7d

Please sign in to comment.