Skip to content

Decoding Structs

Decoding Structs #74

Workflow file for this run

name: Test/Fmt
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
tests_and_format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: make check_fmt
- run: make test
- run: sudo apt install valgrind -y
- run: make SANITIZER_FLAGS= valgrind