Skip to content

Use 128-byte pickle for libolm-unpickling #2

Use 128-byte pickle for libolm-unpickling

Use 128-byte pickle for libolm-unpickling #2

Workflow file for this run

name: c++ tests
on:
push:
pull_request:
branches: [main]
jobs:
Test:
strategy:
matrix:
os: [ubuntu-latest]
runs-on: "${{ matrix.os }}"
steps:
- uses: actions/checkout@v2
- name: Install gtest
uses: MarkusJx/[email protected]
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- uses: Swatinem/rust-cache@v1
- name: Run the tests
working-directory: ./cpp
run: make test