Add xgotext CLI tool installation to build process

This commit is contained in:
Leonel Quinteros Carbano 2020-04-15 22:16:10 -03:00
parent 60d22914a5
commit 362a1d6915

View file

@ -25,8 +25,11 @@ jobs:
run: |
go get -v -u -t -d ./...
- name: Build
- name: Build package
run: go build -v .
- name: Install xgotext CLI
run: go install -v github.com/leonelquinteros/gotext/cli/xgotext
- name: Test
run: go test -v -race ./...