Skip to content

Re-export ic_bn_lib #445

Re-export ic_bn_lib

Re-export ic_bn_lib #445

Workflow file for this run

name: Test
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
env:
CARGO_TERM_COLOR: never
jobs:
test:
runs-on: namespace-profile-ubuntu-24-04
steps:
- uses: actions/checkout@v4
- uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6
- name: Install protoc
run: sudo apt-get update && sudo apt-get -y install protobuf-compiler
- name: Run all unit and integration tests
run: |
./run-tests.sh