Skip to content

build(deps): bump github.com/btcsuite/btcd from 0.23.1 to 0.23.2 #36

build(deps): bump github.com/btcsuite/btcd from 0.23.1 to 0.23.2

build(deps): bump github.com/btcsuite/btcd from 0.23.1 to 0.23.2 #36

Workflow file for this run

name: Dockerized Tests
on:
push:
branches: [ "master", "main" ]
pull_request:
branches: [ "**" ]
jobs:
all-tests:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v3
- name: Run tests in docker container
run: make docker-test-all