Skip to content

Add dictionary key support for STJ #53

Add dictionary key support for STJ

Add dictionary key support for STJ #53

Workflow file for this run

name: Build pull request
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
env:
DOTNET_NOLOGO: true
steps:
- uses: actions/checkout@v3
with:
submodules: true
- name: Setup .NET SDK
uses: actions/setup-dotnet@v3
with:
dotnet-version: '6.0.x'
- name: Build and test
run: |
dotnet test src/NodaTime.Serialization.Test