feat: move scripts to xtasks

(cherry picked from commit dbe8bbf480)
This commit is contained in:
Amaan Qureshi 2024-10-06 13:41:47 -04:00
parent 5e645f11b2
commit 6c4c522724
36 changed files with 1013 additions and 1087 deletions

View file

@ -24,13 +24,13 @@ jobs:
- run: rustup toolchain install stable --profile minimal
- uses: Swatinem/rust-cache@v2
- run: cargo build --release
- run: script/fetch-fixtures
- run: cargo xtask fetch-fixtures
- uses: ./.github/actions/cache
id: cache
- if: ${{ steps.cache.outputs.cache-hit != 'true' }}
run: script/generate-fixtures
run: cargo xtask generate-fixtures
- name: Run main tests with undefined behaviour sanitizer (UBSAN)
env: