fix workflow

This commit is contained in:
Andre Medeiros 2021-07-14 15:25:26 -04:00
parent 1555c9bcf2
commit da230b3110

View file

@ -2,10 +2,11 @@ on: [push, pull_request]
name: Unit Tests
jobs:
test:
name: "go ${{ matrix.go-version }}"
name: "go ${{ matrix.go-version }} (${{ matrix.platform }})"
matrix:
go-version: [1.16.5]
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v2
- name: Setup Go