Skip to content

Update README.md -- playground settings #12

Update README.md -- playground settings

Update README.md -- playground settings #12

Workflow file for this run

name: CI via GitHub Actions
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- name: Run tests
run: swift test -c release -Xswiftc -enable-testing -v