Skip to content

Commit

Permalink
removed debug build and run debug test suite steps from ci.yml; there…
Browse files Browse the repository at this point in the history
… should be no implementation differences between debug and release, and we only publish release
  • Loading branch information
jar-stripe committed Jan 6, 2025
1 parent a18e87f commit ae7be32
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,17 +44,11 @@ jobs:
- name: Build Release
run: dotnet build src -c Release /p:ContinuousIntegrationBuild=true

- name: Build Debug
run: dotnet build src -c Debug

- uses: stripe/openapi/actions/stripe-mock@master

- name: Run test suite
run: make ci-test

- name: Run test suite (Debug)
run: make ci-test-debug

- name: Collect coverage
run: dotnet test --no-build -c Debug -f netcoreapp3.1 src/StripeTests/StripeTests.csproj /p:CollectCoverage=true /p:CoverletOutputFormat=opencover /p:ExcludeByAttribute=CompilerGenerated

Expand Down

0 comments on commit ae7be32

Please sign in to comment.