Skip to content

Commit

Permalink
tweak ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Young-Flash committed Nov 12, 2024
1 parent aad7210 commit ee44a84
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,13 @@ jobs:
moon version --all
moonrun --version
- name: moon test
run: |
moon test --target all --serial --release
moon test --target all --serial
moon test --target native --release
moon test --target native
- name: moon check
run: moon check --deny-warn

Expand All @@ -54,13 +61,6 @@ jobs:
moon info
git diff --exit-code
- name: moon test
run: |
moon test --target all --serial --release
moon test --target all --serial
moon test --target native --release
moon test --target native
- name: format diff
run: |
moon fmt
Expand Down

0 comments on commit ee44a84

Please sign in to comment.