Skip to content
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Re-introduce the HTTPClientTests
  • Loading branch information
cmcgee1024 committed Apr 14, 2025
commit d611c2bcbc8170258e007b34aa43e2bcfe02b6db
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Prepare the action
run: ./scripts/prep-gh-action.sh --install-swiftly
- name: Build and Test
run: swift test --skip HTTPClientTests
run: swift test

releasebuildcheck:
name: Release Build Check
Expand Down
Loading