Skip to content

Commit

Permalink
check arm64 compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
felipemadero committed Sep 27, 2022
1 parent 5e16d08 commit fe2da27
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ jobs:
- uses: actions/setup-go@v2
with:
go-version: 1.18
- run: go test -v -timeout 10m -race ./...
- run: ls
#- run: go test -v -timeout 10m -race ./...
e2e_test:
name: e2e tests
runs-on: ubuntu-latest
Expand Down Expand Up @@ -91,6 +92,8 @@ jobs:
go-version: 1.18
- name: Set up arm64 cross compiler
run: sudo apt-get -y install gcc-aarch64-linux-gnu
- name: Test arm64 cross compiler
run: gcc-aarch64-linux-gnu
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
with:
Expand Down

0 comments on commit fe2da27

Please sign in to comment.