Skip to content

Commit

Permalink
chore: 🤖 uncomment back the build
Browse files Browse the repository at this point in the history
  • Loading branch information
theashraf committed May 30, 2024
1 parent 4601a1b commit 20d7d72
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/check-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,16 @@ jobs:
with:
xcode-version: "13.3.1"
- uses: ningenMe/setup-rustup@v1.1.0
# - name: Install Make
# run: brew install make
# - name: Build Setup
# run: make mac-setup
# - name: Build Artifacts
# env:
# APPLE_MACOSX_SDK: MacOSX13
# run: make demo-player
# - name: Run Tests
# run: make test
- name: Install Make
run: brew install make
- name: Build Setup
run: make mac-setup
- name: Build Artifacts
env:
APPLE_MACOSX_SDK: MacOSX13
run: make demo-player
- name: Run Tests
run: make test
- name: Run Clippy
run: make clippy
# Make sure CI fails on all warnings, including Clippy lints
Expand Down
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -1002,5 +1002,6 @@ help:
@echo " - $(YELLOW)distclean$(NC) - clean up everything"
@echo " - $(YELLOW)test$(NC) - run all tests"
@echo " - $(YELLOW)bench$(NC) - run all benchmarks"
@echo " - $(YELLOW)clippy$(NC) - run clippy on all projects"
@echo
@echo

0 comments on commit 20d7d72

Please sign in to comment.