Skip to content

Commit

Permalink
Update go.yml
Browse files Browse the repository at this point in the history
Call ./bin/* files
  • Loading branch information
maximilien authored Nov 3, 2020
1 parent 3a24ca9 commit b897c05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: go fmt ./...

- name: Build
run: go build -o $(dirname $0)/../out/i18n4go ./i18n4go/i18n4go.go
run: ./bin/build

- name: Test
run: go test -v .
run: ./bin/test

0 comments on commit b897c05

Please sign in to comment.