Skip to content

Commit

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

0 comments on commit f43259a

Please sign in to comment.