Skip to content

Bump MSTest from 3.6.2 to 3.6.3 in /src (#42) #237

Bump MSTest from 3.6.2 to 3.6.3 in /src (#42)

Bump MSTest from 3.6.2 to 3.6.3 in /src (#42) #237

Workflow file for this run

on: push
jobs:
verify:
runs-on: windows-latest
steps:
- name: Check out repository
uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: 9.0.x
- name: Build
run: dotnet build ./src/TestFixture.sln
- name: Test
run: dotnet test --no-build --no-restore ./src/TestFixture.sln
- name: Format
run: dotnet format --verify-no-changes --no-restore ./src/TestFixture.sln