Browse Source

Merge pull request #1332 from gtardif/fix_ci_workflow

Fixes GH Action config
Nicolas De loof 4 years ago
parent
commit
6f91bbc86e
1 changed files with 2 additions and 0 deletions
  1. 2 0
      .github/workflows/ci.yml

+ 2 - 0
.github/workflows/ci.yml

@@ -46,6 +46,8 @@ jobs:
         with:
           go-version: 1.16
         id: go
+
+      - name: Set up gosum
         run: |
           go get -u gotest.tools/gotestsum