Skip to content

build(deps): bump golang.org/x/crypto from 0.21.0 to 0.45.0 #45

build(deps): bump golang.org/x/crypto from 0.21.0 to 0.45.0

build(deps): bump golang.org/x/crypto from 0.21.0 to 0.45.0 #45

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 }}