Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
dnephin committed Mar 28, 2021
1 parent d4325bb commit 463a568
Showing 1 changed file with 3 additions and 16 deletions.
19 changes: 3 additions & 16 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,27 +34,13 @@ workflows:
name: go/golang
tag: 1.16-alpine

- go/test:
name: test-windows
executor: windows
pre-steps:
- run: |
git config --global core.autocrlf false
git config --global core.symlinks true
- run: |
choco upgrade golang
echo 'export PATH="$PATH:/c/Program Files/Go/bin"' > $BASH_ENV
- run: go version

- go/lint:
golangci-lint-version: 1.24.0

- build
- run

- update-windows-golden:
filters:
branches: {ignore: '/.*/'}
- update-windows-golden

- build:
name: release
Expand Down Expand Up @@ -133,7 +119,8 @@ jobs:
git config --global core.symlinks true
- run: |
choco upgrade golang
go version
echo 'export PATH="$PATH:/c/Program Files/Go/bin"' > $BASH_ENV
- run: go version

- run: |
/go/bin/gotestsum ./testjson ./internal/junitxml -test.update-golden
Expand Down

0 comments on commit 463a568

Please sign in to comment.