Skip to content

Commit

Permalink
ignore fixes / quiet tests
Browse files Browse the repository at this point in the history
  • Loading branch information
BuckarooBanzay committed Feb 1, 2022
1 parent 9907a32 commit 3aa0f23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
mapserver
world.mt
output
dist
map.sqlite
mapserver.tiles
mapserver.sqlite
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Tests
run: |
go test -v ./...
go test ./...
- name: Docker Login
uses: docker/login-action@v1
Expand Down

0 comments on commit 3aa0f23

Please sign in to comment.