feat: move scripts to xtasks

This commit is contained in:
Amaan Qureshi 2024-10-06 13:41:47 -04:00
parent 5c6445edea
commit dbe8bbf480
37 changed files with 1013 additions and 1234 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: