Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Emil Koutanov committed Jan 29, 2024
1 parent bf0eea2 commit 7c7d2ff
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ jobs:
- name: Run
run: dotnet run --project Examples
- name: Bench
run: dotnet run --property:Configuration=Release --project Actors.Benchmarks
run: dotnet run -c Release --project Actors.Benchmarks
11 changes: 0 additions & 11 deletions Actors/RemoteTask.cs

This file was deleted.

2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ loop:

# runs the benchmarks
bench:
dotnet run --property:Configuration=Release --project Actors.Benchmarks
dotnet run -c Release --project Actors.Benchmarks

0 comments on commit 7c7d2ff

Please sign in to comment.