Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit38151bc

Browse files
authored
Add regen CI
1 parentf4b4f01 commit38151bc

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

‎.github/workflows/tests.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,12 @@ jobs:
2424
run:cargo test
2525
-name:Run benchmarks
2626
run:cargo bench --features bench
27-
if:startsWith(matrix.rust, 'nightly')
27+
if:startsWith(matrix.rust, 'nightly')
28+
regen:
29+
runs-on:ubuntu-latest
30+
steps:
31+
-uses:actions/checkout@v3
32+
-name:Regen
33+
run:cd scripts && python3 unicode.py
34+
-name:Diff
35+
run:diff src/tables.rs scripts/tables.rs

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp