Skip to content

Commit

Permalink
Fix get deps
Browse files Browse the repository at this point in the history
  • Loading branch information
181192 committed Feb 9, 2021
1 parent 0dbc362 commit d34300b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
${{ runner.os }}-go-
- name: Get dependencies
run: make deps
run: make install

- name: Test
env:
Expand Down
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ build-all: main.go
done; \
done;

test:
go test -v ./...

## docker-build: Build docker image
docker-build:
docker build -t custom-error-pages .
Expand Down

0 comments on commit d34300b

Please sign in to comment.