Skip to content

build(deps): bump golang.org/x/crypto from 0.0.0-20200622213623-75b288015ac9 to 0.17.0 in /rlp/fuzz #72

build(deps): bump golang.org/x/crypto from 0.0.0-20200622213623-75b288015ac9 to 0.17.0 in /rlp/fuzz

build(deps): bump golang.org/x/crypto from 0.0.0-20200622213623-75b288015ac9 to 0.17.0 in /rlp/fuzz #72

Workflow file for this run

name: test
on:
pull_request:
jobs:
unit-tests:
name: Unit tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: '^1.17.0'
- name: Run unit tests
run: |
go test ./...