Skip to content

Change localhost to 127.0.0.1 #55

Change localhost to 127.0.0.1

Change localhost to 127.0.0.1 #55

Workflow file for this run

name: CI
on: push
jobs:
test:
runs-on: macos-14
steps:
- uses: actions/checkout@v4
- name: Select Xcode 15
run: sudo xcode-select -s /Applications/Xcode_15.4.app
- name: Test
run: swift test