Skip to content

Add Derived state: Computed and ComputedKeyed #104

Add Derived state: Computed and ComputedKeyed

Add Derived state: Computed and ComputedKeyed #104

name: Unit Tests
on:
push:
branches:
- main
paths-ignore:
- 'Decide/DecideDocs.docc/**'
pull_request:
branches:
- main
paths-ignore:
- 'Decide/DecideDocs.docc/**'
jobs:
build:
runs-on: macos-13
steps:
- uses: actions/checkout@v3
- name: Build
run: swift build -v
- name: Test
run: swift test