Skip to content

DOC: remove old doc/ refs #7

DOC: remove old doc/ refs

DOC: remove old doc/ refs #7

Workflow file for this run

---
# configuration for GitHub Actions
name: hardshare client
on:
push:
pull_request:
jobs:
build:
name: Build
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Prepare to build
run: |
mkdir keys
touch keys/public.pem
- name: Run tests
run: |
cargo test