Skip to content

Commit

Permalink
ci: run full swazzler tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fractalwrench committed Dec 16, 2024
1 parent aba5549 commit ad823b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/swazzler-tests-subset.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Run subset of swazzler-tests"
name: "Run swazzler-tests"

on:
pull_request:
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:

- name: "Run Gradle Tests"
working-directory: ./swazzler-test
run: ./gradlew :functional-tests:swazzlerTests --tests "io.embrace.android.gradle.swazzler.tests.MinimumSurvivalTests" --stacktrace
run: ./gradlew :functional-tests:swazzlerTests --tests "io.embrace.android.gradle.swazzler.tests.*" --stacktrace

- name: "Test Results"
if: ${{ always() }}
Expand Down

0 comments on commit ad823b6

Please sign in to comment.