Skip to content

Add timing for test execution and update completion messages. #275

Add timing for test execution and update completion messages.

Add timing for test execution and update completion messages. #275

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