Skip to content

Commit

Permalink
增加单元测试到工作流
Browse files Browse the repository at this point in the history
  • Loading branch information
CuteReimu committed Sep 27, 2024
1 parent c4fa257 commit 0470a10
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 @@ -30,6 +30,11 @@ jobs:
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3

- name: Execute Gradle test
env:
GRADLE_OPTS: '-Xmx4g'
run: ./gradlew test

- name: Execute Gradle build
env:
GRADLE_OPTS: '-Xmx4g'
Expand Down

0 comments on commit 0470a10

Please sign in to comment.