risp/update_laws.sh
Philipp Hofer f70bd8b41c
Some checks failed
CI/CD Pipeline / test (push) Successful in 3m25s
Update CI/CD Pipeline / update (push) Failing after 38s
fix no-updates-in-ci & update laws
2025-01-08 15:03:44 +01:00

9 lines
172 B
Bash
Executable File

#!/bin/bash
cargo r -- --clear-cache
rm ./data/expected/overview/*
rm ./data/expected/par/*
rm ./data/cache/*
cargo t overview
cargo t all_configs_produce_expected_output