diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4a815a0..ec861b3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,6 +24,10 @@ jobs: submodules: recursive - name: Build push_swap run: make + - name: Clean push_swap + run: make fclean + - name: Build checker + run: make bonus unit_test: name: test runs-on: macos-12