Skip to content

Commit

Permalink
ci: update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Aug 22, 2024
1 parent f96dc3f commit 3c27a75
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,5 @@ jobs:
PATH=$HOME/go/bin:$PATH gotestsum --junitfile junit.xml ./...
- name: Test web server
run: |
./bin/main 8001 &
curl --silent localhost:8001/time | grep "The current time is"

0 comments on commit 3c27a75

Please sign in to comment.