Skip to content

Commit

Permalink
Merge pull request #124 from hashicorp/rar-use-modules
Browse files Browse the repository at this point in the history
Enable GO111MODULES in the tests
  • Loading branch information
Russell Rollins authored Jun 11, 2020
2 parents 8ba8245 + 3457a9e commit 7e10622
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,14 @@ jobs:
steps:
- checkout

- run: go get -v -t -d ./...

- run:
name: Make test results directory
command: mkdir -p $TEST_RESULTS_DIR

- run:
name: Run tests
command: |
export GO111MODULE=on
gotestsum --format short-verbose --junitfile \
$TEST_RESULTS_DIR/tests.xml -- -timeout=40m
no_output_timeout: 1800
Expand All @@ -39,4 +38,4 @@ workflows:
my-workflow:
jobs:
- run-tests:
context: core-team-access
context: core-team-access

0 comments on commit 7e10622

Please sign in to comment.