update vereinsg; add script to do this automatically in the future
Some checks are pending
CI/CD Pipeline / test (push) Waiting to run

This commit is contained in:
2024-06-27 09:26:11 +02:00
parent 76811d6d44
commit e26e7df913
2 changed files with 12 additions and 1 deletions

6
update_laws.sh Normal file
View File

@ -0,0 +1,6 @@
#!/bin/bash
cargo r -- --clear-cache
rm ./data/expected/overview/*
rm ./data/expected/par/*
cargo t