CI: no matrix, only ubuntu
This commit is contained in:
parent
eee91e2d3b
commit
a8d7d3ccfd
1 changed files with 1 additions and 5 deletions
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
|
|
@ -16,11 +16,7 @@ env:
|
|||
jobs:
|
||||
build_and_test:
|
||||
name: Build and test
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest]
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@master
|
||||
- uses: actions/setup-go@v3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue