add ecdh-psi wasm && jni interface #325
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Default-Test | |
on: | |
push: | |
pull_request: | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v1 | |
- name: Nightly default | |
run: rustup default nightly | |
# - name: Generate proto | |
# run: cd protos && cargo run && cd ../ | |
- name: Build | |
run: cargo build --all --all-targets --verbose | |
- name: Run tests | |
run: cargo test --verbose | |
- name: Run bench | |
run: cargo bench | |