Skip to content

server - cleanup timers before exiting #702

server - cleanup timers before exiting

server - cleanup timers before exiting #702

Workflow file for this run

name: POSIX C/C++ CI
on:
push:
branches: [ '**' ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 20
steps:
- uses: actions/checkout@v3
- name: Test STL (debug) - no allocators
run: CFLAGS="-DFIO_MEMORY_DISABLE -DFIO_MEMALT" make db/test
- name: Test STL
run: make test
- name: Test Mustache Compliance
run: make tests/mustache
- name: Test fio_malloc speed
run: make tests/malloc
- name: clean
run: make clean
- name: Test STL in debug mode
run: make db/test