forked from trinitrix/core
1
0
Fork 0

build(update.sh): Do not append to the `src/tests.rs` file

This commit is contained in:
Benedikt Peetz 2023-11-01 13:24:30 +01:00
parent 21f981f434
commit 83cf118bc9
Signed by: bpeetz
GPG Key ID: A5E94010C3A642AD
1 changed files with 5 additions and 0 deletions

View File

@ -10,6 +10,11 @@ update() {
update .
cd ./trinitry || (echo "No trinitry directory" && exit 1)
cargo update && cargo upgrade
./update.sh > ./src/tests.rs
cd ..
git add Cargo.lock Cargo.toml flake.lock
# vim: ft=sh