Skip to content

Commit

Permalink
refactor: integrate more probe-engine workflows
Browse files Browse the repository at this point in the history
This diff is part of ooni/probe#1335.

We are moving more probe-engine workflows to toplevel.

The general idea here is to migrate all possible workflows and to
delete the ones that we cannot use in this repo (if any).
  • Loading branch information
bassosimone committed Feb 2, 2021
1 parent 90d15c1 commit ff2d32a
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 35 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ jobs:
with:
go-version: "1.14"
- uses: actions/checkout@v2
- run: go test -race -tags integration,shaping -coverprofile=probe-engine.cov ./...
- run: go test -race -tags shaping ./...
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
with:
go-version: "${{ matrix.go }}"
- uses: actions/checkout@v2
- run: go test -short -race -tags shaping -coverprofile=probe-engine.cov ./...
- run: go test -short -race -tags shaping -coverprofile=probe-cli.cov ./...
- uses: shogo82148/actions-goveralls@v1
with:
path-to-profile: probe-engine.cov
path-to-profile: probe-cli.cov
parallel: true
finish:
needs: test
Expand Down
32 changes: 0 additions & 32 deletions .github/workflows/golang.yml

This file was deleted.

File renamed without changes.

0 comments on commit ff2d32a

Please sign in to comment.