Skip to content

Commit

Permalink
ci: Fix windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
cbaker6 authored Feb 28, 2025
1 parent 157401b commit 4a6dac6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,8 @@ jobs:
tag: 5.10.1-RELEASE
- name: Build
run: |
swift build --enable-test-discovery -v
swift build -v
swift test -v
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v5
with:
Expand Down

0 comments on commit 4a6dac6

Please sign in to comment.