Skip to content

Commit

Permalink
Merge branch 'master' into add-free-endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Schneider committed Jan 25, 2021
2 parents e8dbcb1 + 9ed7487 commit d2ec48c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: actions/checkout@v2

- name: Test
run: go test -v -timeout 30s -race ./...
run: go test -v -timeout 60s -race ./...

- name: Build and push edge docker image
if: github.event_name == 'push'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: actions/checkout@v2

- name: Test
run: go test -v -timeout 30s -race ./...
run: go test -v -timeout 60s -race ./...

- name: Build binary
run: go build -v -o couper .

0 comments on commit d2ec48c

Please sign in to comment.