From 254717e6bb9c93d7b8582eb78e1cd7af22618ecc Mon Sep 17 00:00:00 2001 From: rask24 Date: Wed, 14 Feb 2024 19:51:35 +0900 Subject: [PATCH] add bonus rule to ci --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) 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