Update tests.yaml

This commit is contained in:
harishmatheshwaran 2022-10-17 12:48:22 +05:30 committed by Avelino
parent 4737de3dc2
commit efe54277c5

View File

@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: golang:latest container: golang:latest
steps: steps:
- uses: actions/checkout@1.0.0 - uses: actions/checkout@v3
- name: Get dependencies - name: Get dependencies
run: go get -v -t -d ./... run: go get -v -t -d ./...
- name: Run tests - name: Run tests