mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
contrib/mixin: Generate rules, fix tests
* Add Makefile * Make tests runnable * Add generated rule manifest file Signed-off-by: Manuel Rüger <manuel@rueg.eu>
This commit is contained in:
11
.github/workflows/contrib.yaml
vendored
Normal file
11
.github/workflows/contrib.yaml
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
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.17.6"
|
||||
- run: make -C contrib/mixin tools test
|
||||
Reference in New Issue
Block a user