Skip to content

Commit

Permalink
--client_insecure is renamed to --client.insecure
Browse files Browse the repository at this point in the history
  • Loading branch information
C-Pro committed Jan 20, 2025
1 parent 43b591c commit f4316e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
uses: actions/checkout@v2

- name: Start Centrifugo
run: docker run -d -p 8000:8000 centrifugo/centrifugo:latest centrifugo --client_insecure
run: docker run -d -p 8000:8000 centrifugo/centrifugo:latest centrifugo --client.insecure

- name: Test
run: sleep 3; go test -race -v
run: go test -race -v

0 comments on commit f4316e7

Please sign in to comment.