Skip to content

run with sanitizer

run with sanitizer #18

Workflow file for this run

on:
push:
paths:
- 'content/other/**'
- 'test/other/**'
pull_request:
paths:
- 'content/other/**'
- 'test/other/**'
workflow_dispatch:
jobs:
other:
strategy:
matrix:
os: [ubuntu-latest, ubuntu-22.04]
name: Test other (${{ matrix.os }})
runs-on: ${{ matrix.os }}
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
- run: ./test/test.sh other