Skip to content

Commit

Permalink
add bonus rule to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
rask24 committed Feb 14, 2024
1 parent 2b506a3 commit 254717e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 254717e

Please sign in to comment.