Skip to content

Commit

Permalink
workflows/test: remove leftover references to matrix variables.
Browse files Browse the repository at this point in the history
we only run the tests in a single constellation and no longer use
a matrix build.
  • Loading branch information
UiP9AV6Y committed Jun 1, 2020
1 parent 87403c5 commit cf026ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
build:
name: Build ${{ matrix.platform }}/${{ matrix.arch }}
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v2
Expand Down

0 comments on commit cf026ab

Please sign in to comment.