mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00

FYI. https://groups.google.com/g/golang-announce/c/dRtDK7WS78g Signed-off-by: Benjamin Wang <wachao@vmware.com>
12 lines
251 B
YAML
12 lines
251 B
YAML
name: Test contrib/mixin
|
|
on: [push, pull_request]
|
|
jobs:
|
|
test:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v2
|
|
- uses: actions/setup-go@v2
|
|
with:
|
|
go-version: "1.19.3"
|
|
- run: make -C contrib/mixin tools test
|