Skip to content

Commit

Permalink
fix(ci): remove bytecode check
Browse files Browse the repository at this point in the history
  • Loading branch information
Rjected committed Aug 22, 2024
1 parent a41a6b5 commit fbf7842
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit fbf7842

Please sign in to comment.