From f43259a2dc0b6598e8d7a0b8aa7e0c503b0646b7 Mon Sep 17 00:00:00 2001 From: rask24 Date: Wed, 14 Feb 2024 20:29:45 +0900 Subject: [PATCH] update ci --- .github/workflows/ci.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4fbbed6..68c0dea 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: - name: Run Norminette run: make norm build: - name: build + name: Build + Check allowed functions runs-on: ubuntu-latest steps: - name: Checkout repository @@ -28,6 +28,10 @@ jobs: run: make fclean - name: Build checker run: make bonus + - name: Build push_swap + run: make + - name: check allowed_functions + run: test/check_allowed_functions.sh unit_test: name: unit_test runs-on: macos-12