Skip to content

docs: Update README.md #35

docs: Update README.md

docs: Update README.md #35

Workflow file for this run

name: Rust
on:
push:
branches:
- main
- nullifier
- timestamp
- extractor
- signal
- cds
pull_request:
branches:
- main
- nullifier
- timestamp
- extractor
- signal
- cds
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Update
run: cargo update -p half@2.4.1 --precise 2.2.0
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose