Skip to content

feat: support runtime generic options #34

feat: support runtime generic options

feat: support runtime generic options #34

Workflow file for this run

name: unit-test
on:
pull_request:
push:
branches: [ main ]
jobs:
unit-test:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- name: run everoute runtime unit test
run: make docker-test
- uses: codecov/codecov-action@v2
with:
files: ./coverage.out
token: ${{ secrets.CODECOV_TOKEN }}