Skip to content

deprecate and unify SyncTests, AsyncTests into TestMain, and add the TestBattery protocol for organization #67

deprecate and unify SyncTests, AsyncTests into TestMain, and add the TestBattery protocol for organization

deprecate and unify SyncTests, AsyncTests into TestMain, and add the TestBattery protocol for organization #67

Workflow file for this run

name: build-windows
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
windows:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [windows-2022]
swift: [5.9.1]
steps:
- name: checkout
uses: actions/checkout@v2
- name: toolchain
uses: compnerd/gha-setup-swift@v0.0.1
with:
branch: swift-${{ matrix.swift }}-release
tag: ${{ matrix.swift }}-RELEASE
- name: build
run: |
swift --version
swift build --target Grammar
swift build --target TraceableErrors