Skip to content

gh-189: Fix passing/restart-basic.pre. #276

gh-189: Fix passing/restart-basic.pre.

gh-189: Fix passing/restart-basic.pre. #276

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
build-and-test:
runs-on: windows-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Build interpreter and extensions
run: .\build.ps1
- name: Run tests
run: .\tests\test.ps1