Skip to content

feat: DateOnly and TimeOnly support #29

feat: DateOnly and TimeOnly support

feat: DateOnly and TimeOnly support #29

name: Integration Tests
on:
workflow_dispatch:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0 # depth is needed for nbgv
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: |
6.0.x
8.0.x
include-prerelease: true
- name: Build
run: dotnet build Dapper.AOT.sln -c Debug
- name: E2E Tests
run: dotnet test test/Dapper.AOT.Test.Integration/Dapper.AOT.Test.Integration.csproj --no-build --verbosity normal -c Debug