Skip to content

Update hashlink requirement from 0.8.3 to 0.9.0 #85

Update hashlink requirement from 0.8.3 to 0.9.0

Update hashlink requirement from 0.8.3 to 0.9.0 #85

Workflow file for this run

name: Unit test for libecc
on:
push:
branches: [ main, develop ]
pull_request:
branches: [ main, develop ]
env:
CARGO_TERM_COLOR: always
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run libecc tests
run: |
cd src/libecc
cargo test --verbose