Skip to content

Commit

Permalink
go mod tidy tests (open-telemetry#1408)
Browse files Browse the repository at this point in the history
* go mod tidy tests

* make install-tools
  • Loading branch information
jeffreyc-splunk authored Mar 29, 2022
1 parent a235773 commit abd5ec7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 33 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ jobs:

- name: Unit tests
run: |
make install-tools
mkdir -p unit-test-results/junit
trap "go-junit-report -set-exit-code < unit-test-results/go-unit-tests.out > unit-test-results/junit/results.xml" EXIT
make test | tee unit-test-results/go-unit-tests.out
Expand Down Expand Up @@ -138,6 +139,7 @@ jobs:

- name: Coverage tests
run: |
make install-tools
make test-with-cover
- name: Uploading artifacts
Expand Down
Loading

0 comments on commit abd5ec7

Please sign in to comment.