Skip to content

feat!: adds compaction #1991

feat!: adds compaction

feat!: adds compaction #1991

Triggered via pull request January 16, 2025 10:00
Status Failure
Total duration 44s
Artifacts

integration_tests.yml

on: pull_request
Build and test
34s
Build and test
Fit to window
Zoom out
Zoom in

Annotations

1 error and 3 warnings
Build and test
Process completed with exit code 1.
Build and test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Build and test
first..last inside match is deprecated, you must always match on the step: first..last//var or first..last//_ if you want to ignore it
Build and test
62..@dynamic_table_start + length - 1 inside guards requires an explicit step, please write 62..@dynamic_table_start + length - 1//1 or 62..@dynamic_table_start + length - 1//-1 instead