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 f4b4f01 commit 38151bcCopy full SHA for 38151bc
.github/workflows/tests.yml
@@ -24,4 +24,12 @@ jobs:
24
run: cargo test
25
- name: Run benchmarks
26
run: cargo bench --features bench
27
- if: startsWith(matrix.rust, 'nightly')
+ 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