Files
babyjubjub-rs/.github/workflows/test.yml
arnaucube 8ae99d7b3c Update aarch64 feature related code & minor update
- Update aarch64 feature related code
- Update benchmarks to last lib updates
- Apply Clippy fixes
2022-09-09 15:13:05 +02:00

16 lines
316 B
YAML

name: Test
on: [push, pull_request]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build
run: cargo build --verbose
- name: Run tests
run: |
cargo test --verbose
cargo test --verbose --features=aarch64