Last sanity check before publishing image in release workflow

This commit is contained in:
Akshay Gaikwad
2022-03-09 10:40:00 +05:30
parent 6a4a981777
commit b5f83ac538

View File

@@ -21,6 +21,15 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: ${{ matrix.go-version }}
# Sanity check before publishing
- name: Test all
run: go test -v ./...
- name: Log in to the Container registry
uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9
with: