Skip to content

Fix possible Send issue #85

Fix possible Send issue

Fix possible Send issue #85

Workflow file for this run

name: build
on:
push:
paths-ignore:
- 'docs/**'
jobs:
libturms:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v4
- name: Cache
uses: actions/cache@v4
with:
path: |
~/.cargo/bin/
~/.cargo/registry
target/
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
restore-keys: ${{ runner.os }}-cargo-
- name: Tests
run: cargo test