Skip to content

Added OutOfOrder and Empty tests in At functions. #40

Added OutOfOrder and Empty tests in At functions.

Added OutOfOrder and Empty tests in At functions. #40

Workflow file for this run

on:
push: {}
pull_request: {}
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-dotnet@v4
with:
dotnet-version: '8.0.x'
- run: dotnet restore
- run: dotnet build
- run: dotnet test