-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Github CI check #96
base: straka/arkworks_minus_cli
Are you sure you want to change the base?
Conversation
This reverts commit cd1ea15.
Codecov Report
@@ Coverage Diff @@
## straka/arkworks_minus_cli #96 +/- ##
============================================================
Coverage ? 65.11%
============================================================
Files ? 20
Lines ? 1608
Branches ? 0
============================================================
Hits ? 1047
Misses ? 561
Partials ? 0 Continue to review full report at Codecov.
|
In |
…threshold-bls-rs into hanyunx/ci
Add github workflow for CI check replacing CircleCI. There are three parts in the workflow:
crates/
and generate test coverage reportcargo check/fmt/clippy
for lint checka. run all tests for smart contracts in
solidity
✅b. build
crates/threshold-bls-ffi/cross
on both macOS and Android environment ❌c. build wasm in
crates/threshold-bls-ffi
✅