Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve: テストを高速化 #1302

Merged
merged 15 commits into from
Apr 29, 2023

Conversation

sevenc-nanashi
Copy link
Member

内容

テストのWorkflowを高速化します。

  • build-test: ビルドできるかの確認(Windows)
    • electron:build_pnever
  • test: 単体・e2eテスト(Windows)
    • test:unit
    • test:e2e
  • lint: 静的検査(Ubuntu)
    • ライセンスチェック
    • lint
    • markdownlint
    • typecheck

関連 Issue

(なし)

スクリーンショット・動画など

(なし)

その他

(なし)

@sevenc-nanashi sevenc-nanashi requested a review from a team as a code owner April 28, 2023 20:29
@sevenc-nanashi sevenc-nanashi requested review from Hiroshiba and removed request for a team April 28, 2023 20:29
Copy link
Member

@Hiroshiba Hiroshiba left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

分けるの良いですね!

提案されている大多数部分はコピペコードになっていて、メンテナンス性が下がりそうです。
共通部分をActionsに切り出すか、あるいはCache部分をすべて消してしまうのはどうでしょう。

個人的にはキャッシュは結構危ういので後者のほうが良いかなと思っています。
Action切り出しするならついでに他でNodeインストールとかしている部分も変えちゃいたいですね!

@sevenc-nanashi
Copy link
Member Author

環境構築周りを共通化しました。

Copy link
Member

@Hiroshiba Hiroshiba left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!!

同時実行数が増えてきたら逆に遅くなることもありえるかもとちょっと思いました。

@Hiroshiba Hiroshiba merged commit a9d75db into VOICEVOX:main Apr 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants