Skip to content

Commit 3d25c8b

Browse files
committed
Add async diff check
1 parent 352294f commit 3d25c8b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@ jobs:
3939
set -e
4040
cd tests/SQLite.Tests
4141
dotnet test /p:AltCover=true /p:AltCoverForce=true "/p:AltCoverTypeFilter=SQLite.Tests.*"
42+
43+
- name: Verify Async API Matches Sync API
44+
run: |
45+
set -e
46+
dotnet run --project tests/ApiDiff/ApiDiff.csproj
4247
4348
- name: Generate Code Coverage Report
4449
uses: danielpalme/ReportGenerator-GitHub-Action@4.8.4

0 commit comments

Comments
 (0)