Skip to content

Commit

Permalink
Update create-release workflow test step
Browse files Browse the repository at this point in the history
  • Loading branch information
Sophie Wigmore authored and ryanmoran committed May 9, 2022
1 parent 459b587 commit 38fc3c7
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
unit:
name: Unit Tests
name: Run Tests
runs-on: ubuntu-latest
steps:
- name: Setup Go
Expand All @@ -16,7 +16,10 @@ jobs:
go-version: 1.18.x
- name: Checkout
uses: actions/checkout@v2
- name: Run Unit Tests
- name: Setup Docker Multi-Platform Builds
run: |
docker run --privileged --rm docker/binfmt:a7996909642ee92942dcd6cff44b9b95f08dad64
- name: Run Tests
run: go test -v -count=1 ./...

release:
Expand Down

0 comments on commit 38fc3c7

Please sign in to comment.