Skip to content
This repository has been archived by the owner on May 11, 2022. It is now read-only.

Commit

Permalink
redeclare shell for makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilsk committed Jan 24, 2019
1 parent df162ab commit cbbf622
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
GO_TEST_COVERAGE_MODE ?= count
GO_TEST_COVERAGE_FILENAME ?= cover.out
PACKAGES := go list ./... | grep -v vendor
PACKAGES ?= go list ./... | grep -v vendor
SHELL ?= /bin/bash -euo pipefail

.PHONY: test-with-coverage-profile
test-with-coverage-profile: #| Runs tests with coverage and collects the result.
Expand Down

0 comments on commit cbbf622

Please sign in to comment.