Skip to content

Commit

Permalink
run tests without docker
Browse files Browse the repository at this point in the history
  • Loading branch information
rekby committed Jun 12, 2022
1 parent 5f70918 commit edadee3
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 119 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
go-version: "1.18"

- name: test-build
run: go build -v ./...
run: go build -mod=vendor ./...

- name: Test
run: go test -covermode=count -coverprofile=coverage.out -v ./...
run: go test -mod=vendor -covermode=count -coverprofile=coverage.out -v ./...

- name: push coverage
uses: shogo82148/actions-goveralls@v1
Expand Down
9 changes: 0 additions & 9 deletions Dockerfile

This file was deleted.

32 changes: 0 additions & 32 deletions docker-compose.yml

This file was deleted.

7 changes: 0 additions & 7 deletions docker-config.toml

This file was deleted.

20 changes: 0 additions & 20 deletions tests/build-test.sh

This file was deleted.

12 changes: 0 additions & 12 deletions tests/pebble-config.json

This file was deleted.

28 changes: 0 additions & 28 deletions tests/run_docker_boulder.sh

This file was deleted.

9 changes: 0 additions & 9 deletions tests/test.sh

This file was deleted.

0 comments on commit edadee3

Please sign in to comment.