diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 55d5a39..25e4260 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -29,9 +29,6 @@ jobs: - uses: Swatinem/rust-cache@v2 with: cache-on-failure: true - - name: Check bytecode is up to date with source - run: | - make check-bytecode - name: Run tests run: | cargo nextest run \