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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ test-dotnet:
# Make sure the DLL + Interop files exist
cargo build -p reference_project --all-features
cargo test --test mod reference_project::interop --all-features
dotnet test --project crates/backend_csharp/tests/reference_project/Tests/Tests.csproj
cd crates/backend_csharp && dotnet test --project tests/reference_project/Tests/Tests.csproj

# Runs .NET benchmarks.
bench-dotnet:
Expand Down Expand Up @@ -79,4 +79,4 @@ test-agent:
# Agents: Feel free to update the test logic here for the task at hand.
cargo build -p reference_project --all-features
cargo test -p interoptopus_csharp --test mod reference_project::interop --all-features
dotnet test --project crates/backend_csharp/tests/reference_project/Tests/Tests.csproj
cd crates/backend_csharp && dotnet test --project tests/reference_project/Tests/Tests.csproj
File renamed without changes.
Loading