Skip to content

Commit

Permalink
Add async diff check
Browse files Browse the repository at this point in the history
  • Loading branch information
praeclarum committed Mar 27, 2024
1 parent 352294f commit 3d25c8b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@ jobs:
set -e
cd tests/SQLite.Tests
dotnet test /p:AltCover=true /p:AltCoverForce=true "/p:AltCoverTypeFilter=SQLite.Tests.*"
- name: Verify Async API Matches Sync API
run: |
set -e
dotnet run --project tests/ApiDiff/ApiDiff.csproj
- name: Generate Code Coverage Report
uses: danielpalme/[email protected]
Expand Down

0 comments on commit 3d25c8b

Please sign in to comment.