Skip to content

Conversation

@yutaro-sakamoto
Copy link
Contributor

  • 失敗しているテストをすべてスキップするようにした。
  • 1つでも失敗するテスト(スキップしたテストを除く)があればCIが失敗するようにした。
    • 従来は、COBOL85以外のテストはたとえ失敗してもCIが成功するようになっていた。
    • この変更により以降の改修でCOBOL85以外のテストでもデグレードが検出できるようになる。
  • "run"テストをCIで実行するようにした。
  • "i18n_utf8"をCIで実行しないようにした。
    • i18n_utf8は現状では起動できない。i18n_utf8の扱いは今後の課題とする。

@yutaro-sakamoto
Copy link
Contributor Author

COBOL85テストの実行にかかる時間を短縮した。
生成後のCOBOL85テストのソースコードをリポジトリに追加して、CIでテストコードを生成する処理を削除した。

Copy link
Contributor

@kio-watanabe kio-watanabe left a comment

Choose a reason for hiding this comment

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

承認しました。

@yutaro-sakamoto yutaro-sakamoto merged commit 9e29098 into opensourcecobol:develop Jan 13, 2023
yutaro-sakamoto added a commit that referenced this pull request Jan 13, 2023
@yutaro-sakamoto
Copy link
Contributor Author

問題があったので別のPull Requestで修正します。

yutaro-sakamoto added a commit that referenced this pull request Jan 13, 2023
kio-watanabe pushed a commit to kio-watanabe/opensourcecobol4j that referenced this pull request Apr 30, 2025
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