We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4318ad commit af878a3Copy full SHA for af878a3
.github/workflows/rust.yml
@@ -37,3 +37,11 @@ jobs:
37
run: cd $(find target/package/ -maxdepth 1 -mindepth 1 -type d) && cargo test
38
- name: Test package without features
39
run: cd $(find target/package/ -maxdepth 1 -mindepth 1 -type d) && cargo test --no-default-features
40
+ regen:
41
+ runs-on: ubuntu-latest
42
+ steps:
43
+ - uses: actions/checkout@v3
44
+ - name: Regen
45
+ run: cd scripts && python3 unicode.py
46
+ - name: Diff
47
+ run: diff src/tables.rs scripts/tables.rs
0 commit comments