Skip to content

document new unsafe blocks in unsafe functions #69

document new unsafe blocks in unsafe functions

document new unsafe blocks in unsafe functions #69

Workflow file for this run

name: ctgrind
on:
push:
pull_request:
schedule:
- cron: '0 18 * * *'
env:
CARGO_TERM_COLOR: always
jobs:
build:
strategy:
matrix:
include:
- os: ubuntu-latest
build:
- os: ubuntu-latest
build: --release
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
with:
submodules: true
persist-credentials: false
- name: Install stable toolchain
uses: dtolnay/rust-toolchain@master
with:
toolchain: stable
- name: Install valgrind
run: sudo apt-get update && sudo apt-get install -y valgrind
- name: ctgrind tests
run: admin/ctgrind ${{ matrix.build }}