1 parent 1026811 commit b471d03Copy full SHA for b471d03
1 file changed
scripts/regen-cbor-fixtures.sh
@@ -2,6 +2,6 @@
2
# regen-cbor-fixtures.sh — regenerate Rust CBOR parity fixtures; cargo caches the build
3
set -euo pipefail
4
5
-cd "$(dirname "$0")/../test/fixtures/cbor/gen"
+cd "$(dirname "$0")/../test/conformance/fixtures/cbor/gen"
6
cargo run > ../native.toml
7
echo "[regen-cbor-fixtures] native.toml updated"
0 commit comments