Skip to content

Commit

Permalink
csharp: Run tests in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
svix-jplatte committed Dec 2, 2024
1 parent 20ad25e commit 088f93f
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/csharp-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ jobs:
dotnet restore
- name: Build
run: |
cd csharp
dotnet build --configuration Release Svix --no-restore
run: dotnet build --configuration Release --no-restore
working-directory: ./csharp

- name: Test
run: dotnet test Svix.Tests
working-directory: ./csharp

0 comments on commit 088f93f

Please sign in to comment.