Skip to content

Commit

Permalink
Build all configurations, but test debug
Browse files Browse the repository at this point in the history
  • Loading branch information
brianmichel committed Sep 7, 2023
1 parent e3d3039 commit eccaad7
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 @@ -51,5 +51,7 @@ jobs:
tag: 5.8.1-RELEASE

- uses: actions/checkout@v3
- name: Build All Configurations
run: swift build -c ${{ matrix.config }}
- name: Run tests
run: swift test -c ${{ matrix.config }}
run: swift test

0 comments on commit eccaad7

Please sign in to comment.