Skip to content

Stabilize Emacs harness runs and record results #10

Stabilize Emacs harness runs and record results

Stabilize Emacs harness runs and record results #10

Workflow file for this run

name: ci
on:
push:
branches: ["master", "main"]
pull_request:
jobs:
test:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-dotnet@v4
with:
dotnet-version: "10.0.x"
- name: Restore
run: dotnet restore
- name: Test Language Server
run: dotnet test test/VbNet.LanguageServer.Tests/VbNet.LanguageServer.Tests.csproj -c Release
- name: Test Extension Manifest
run: dotnet test test/VbNet.Extension.Tests/VbNet.Extension.Tests.csproj -c Release