Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ on:
env:
# Set the new value when the cache grows too much and we hit the runner's disk space limit
# via https://github.com/rust-lang/docs.rs/pull/2433
RUST_CACHE_KEY: rust-cache-20250528
RUST_CACHE_KEY: rust-cache-20251212

jobs:
lint:
Expand Down Expand Up @@ -178,7 +178,6 @@ jobs:
run: |
cargo make test -E 'package(miden-integration-tests) - test(~rust_masm_tests::examples)'


midenc_integration_tests_examples:
name: midenc integration tests
runs-on: ubuntu-latest
Expand Down
Loading
Loading