Skip to content

Commit

Permalink
Inactivate Windows CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuniwak committed Feb 16, 2021
1 parent 3d1a691 commit 5a1af00
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,27 +24,27 @@ jobs:
git submodule update --init --recursive
go test -v ./...
test-windows:
resource_class: windows.medium
machine:
image: windows-default

steps:
- checkout
- run:
name: Test on Windows
command: |
git submodule update --init --recursive
go test -v ./...
shell: bash.exe
# test-windows:
# resource_class: windows.medium
# machine:
# image: windows-default
#
# steps:
# - checkout
# - run:
# name: Test on Windows
# command: |
# git submodule update --init --recursive
# go test -v ./...
# shell: bash.exe

workflows:
version: 2

test-linux-and-windows:
jobs:
- test-linux
- test-windows
# - test-windows
- go_get:
filters:
branches:
Expand Down

0 comments on commit 5a1af00

Please sign in to comment.