Skip to content

Commit

Permalink
Fix build pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
woehrl01 committed Oct 13, 2019
1 parent 3ce7cd4 commit 100d92d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: getdeps.cmd

- name: Build
run: build.cmd
run: build.ps1

- name: Run tests
run: test.cmd

0 comments on commit 100d92d

Please sign in to comment.