Skip to content

feat: Async reduce

feat: Async reduce #10

Workflow file for this run

name: CI workflow
on:
pull_request:
branches: [ main ]
jobs:
build_and_test_macOS:
name: Build and Test project on macOS
runs-on: [ self-hosted, macOS ]
steps:
- name: Cancel Previous Runs
uses: styfle/[email protected]
with:
access_token: ${{ github.token }}
- name: Checkout
uses: actions/checkout@v2
- name: Build
run: swift build
- name: Test
run: swift test