Skip to content

Bump golang.org/x/crypto from 0.0.0-20201221181555-eec23a3978ad to 0.1.0 #211

Bump golang.org/x/crypto from 0.0.0-20201221181555-eec23a3978ad to 0.1.0

Bump golang.org/x/crypto from 0.0.0-20201221181555-eec23a3978ad to 0.1.0 #211

Workflow file for this run

name: TestUnit
on: [pull_request]
jobs:
test-unit:
name: Test Units
runs-on: ubuntu-16.04
steps:
- name: Checkout source code
uses: actions/checkout@v1
- name: Run unit tests
run: sudo sh -c "make test-integration"