Skip to content

refactor: remove testSupport from generated interface modules #4

refactor: remove testSupport from generated interface modules

refactor: remove testSupport from generated interface modules #4

Workflow file for this run

name: Test
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: macos-14
steps:
- uses: actions/checkout@v4
- name: Build
run: swift build
- name: Test
run: swift test