Skip to content

Add historical performance counting #5

Add historical performance counting

Add historical performance counting #5

Workflow file for this run

name: Build and test
on:
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: macos-13
steps:
- uses: actions/checkout@v3
- name: Build
run: swift build
test:
runs-on: macos-13
steps:
- uses: actions/checkout@v3
- name: Run tests
run: swift test