Skip to content

Add Publishers.AgainAt.Timer.time(at:) #88

Add Publishers.AgainAt.Timer.time(at:)

Add Publishers.AgainAt.Timer.time(at:) #88

Workflow file for this run

name: CI
on:
push:
pull_request:
permissions:
contents: read
jobs:
test:
name: Test
runs-on: macos-15
timeout-minutes: 15
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Print Swift version
run: swift --version
- name: Test
run: swift test