Skip to content

🎨 fix strange format error #102

🎨 fix strange format error

🎨 fix strange format error #102

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