Skip to content

Commit

Permalink
check2
Browse files Browse the repository at this point in the history
  • Loading branch information
rask24 committed Feb 14, 2024
1 parent 730a498 commit 04b349d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 04b349d

Please sign in to comment.