Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into alexey/sparse-trie-rl…
Browse files Browse the repository at this point in the history
…p-node-allocations
  • Loading branch information
shekhirin committed Oct 28, 2024
2 parents b0cb906 + e446feb commit a6c6b50
Show file tree
Hide file tree
Showing 9 changed files with 299 additions and 209 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/compact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ jobs:
# On `main` branch, generates test vectors and serializes them to disk using `Compact`.
- name: Generate compact vectors
run: |
${{ matrix.bin }} -- test-vectors compact --write &&
for f in ./testdata/micro/compact/*; do mv "$f" "$(dirname "$f")/$(basename "$f" | awk -F '__' '{print $NF}')"; done
${{ matrix.bin }} -- test-vectors compact --write
- name: Checkout PR
uses: actions/checkout@v4
with:
Expand Down
Loading

0 comments on commit a6c6b50

Please sign in to comment.