Skip to content

Commit

Permalink
windows CI testing
Browse files Browse the repository at this point in the history
  • Loading branch information
willscott committed Apr 9, 2020
1 parent f0a108b commit 49c9b4d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
version: 2.1
orbs:
ci-go: ipfs/[email protected]
win: circleci/[email protected]

jobs:
"windows-test":
executor: win/default
steps:
- checkout
- run:
name: "Go test"
command: go test .

workflows:
version: 2
Expand All @@ -9,3 +19,4 @@ workflows:
- ci-go/build
- ci-go/lint
- ci-go/test
- windows-test

0 comments on commit 49c9b4d

Please sign in to comment.