Skip to content

Commit

Permalink
Add regen CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Manishearth committed Feb 20, 2024
1 parent f4b4f01 commit 38151bc
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,12 @@ jobs:
run: cargo test
- name: Run benchmarks
run: cargo bench --features bench
if: startsWith(matrix.rust, 'nightly')
if: startsWith(matrix.rust, 'nightly')
regen:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Regen
run: cd scripts && python3 unicode.py
- name: Diff
run: diff src/tables.rs scripts/tables.rs

0 comments on commit 38151bc

Please sign in to comment.