Skip to content

Commit

Permalink
fix: remove make install from CI and run validation instead (lint+tests)
Browse files Browse the repository at this point in the history
  • Loading branch information
GMinucci committed Jan 15, 2025
1 parent f291344 commit dbb47c7
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,8 @@ jobs:
with:
swift-version: ${{ matrix.swift }}

- name: Make install
run: make install

- name: Tests
run: make test
- name: Make validation
run: make validation

#
# CODECOV temporarily disabled due to issues running 'bundle install'
Expand Down

0 comments on commit dbb47c7

Please sign in to comment.