From 04b349d80d7d59f29a7a7b554978046ad6ff20e2 Mon Sep 17 00:00:00 2001 From: rask24 Date: Wed, 14 Feb 2024 20:34:51 +0900 Subject: [PATCH] check2 --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a1fa78a..35e3b4f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,7 +31,9 @@ jobs: - name: Build push_swap run: make - name: check - run: nm push_swap && nm checker + run: nm -u push_swap + - name: check2 + run: nm -u checker - name: check allowed_functions run: test/check_allowed_functions.sh unit_test: