Skip to content

unit test and ci/cd changes #2

unit test and ci/cd changes

unit test and ci/cd changes #2

Workflow file for this run

name: unit test
on:
push:
branches: [ master ]
jobs:
build:
strategy:
matrix:
os: [ubuntu-latest]
swift: ["5.5"]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- name: unit test
run: make test DEBUG=1 && ./libft/utest && ./utest