Skip to content

✨ does not log syscalls if -c #80

✨ does not log syscalls if -c

✨ does not log syscalls if -c #80

Workflow file for this run

name: ft_strace tests
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: build
run: make
- name: test
run: make unit