Skip to content

Commit

Permalink
add more tests for new backend
Browse files Browse the repository at this point in the history
  • Loading branch information
sokra committed Aug 9, 2024
1 parent 883b89c commit a5d1f65
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions turbopack/crates/turbo-tasks-backend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,10 @@ anyhow = { workspace = true }
async-trait = { workspace = true }
auto-hash-map = { workspace = true }
dashmap = { workspace = true }
indexmap = { workspace = true }
once_cell = { workspace = true }
parking_lot = { workspace = true }
rand = { workspace = true }
rustc-hash = { workspace = true }
serde = { workspace = true }
smallvec = { workspace = true }
Expand Down
1 change: 1 addition & 0 deletions turbopack/crates/turbo-tasks-backend/tests/all_in_one.rs
1 change: 1 addition & 0 deletions turbopack/crates/turbo-tasks-backend/tests/call_types.rs
1 change: 1 addition & 0 deletions turbopack/crates/turbo-tasks-backend/tests/debug.rs

0 comments on commit a5d1f65

Please sign in to comment.