mirror of
https://github.com/logos-blockchain/logos-blockchain-rust-rapidsnark.git
synced 2026-06-07 11:49:32 +00:00
remove verbose
This commit is contained in:
parent
5f4e3afb2e
commit
9ba1b8128b
4
.github/workflows/build-and-test.yml
vendored
4
.github/workflows/build-and-test.yml
vendored
@ -67,7 +67,7 @@ jobs:
|
||||
- name: Install Android NDK
|
||||
run: cargo install cargo-ndk
|
||||
- name: Build
|
||||
run: cargo ndk -t ${{ matrix.target }} build -vv
|
||||
run: cargo ndk -t ${{ matrix.target }} build
|
||||
test-linux:
|
||||
runs-on: ubuntu-latest
|
||||
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
|
||||
@ -79,7 +79,7 @@ jobs:
|
||||
toolchain: "1.81.0"
|
||||
override: true
|
||||
- name: Run tests
|
||||
run: cargo test -vv
|
||||
run: cargo test
|
||||
test-macOS:
|
||||
runs-on: macos-latest
|
||||
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user