Skip to content

Add integration test for auth failure between mining_device and a pool #156

Add integration test for auth failure between mining_device and a pool

Add integration test for auth failure between mining_device and a pool #156

Workflow file for this run

name: Lockfiles
# Trigger the workflow on push or pull request events for the dev and main branches
on:
push:
branches:
- dev
- main
pull_request:
branches:
- dev
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true
- name: Build with locked dependencies
run: |
cargo build --manifest-path=roles/Cargo.toml --locked
cargo build --manifest-path=utils/Cargo.toml --locked