Skip to content

Commit

Permalink
Try integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
dalibormesaric committed Sep 30, 2024
1 parent 2be7f88 commit dc4c91d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/go-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,8 @@ jobs:
- name: Build
run: go build -v ./...
- name: Test with the Go CLI
run: go test ./... -timeout=10m
run: |
docker compose -f example/compose.yaml up -d rplb
curl http://localhost:8080
curl http://localhost:8000/metrics
# run: go test ./...

0 comments on commit dc4c91d

Please sign in to comment.