Skip to content

Commit

Permalink
Update settings.json
Browse files Browse the repository at this point in the history
Signed-off-by: avifenesh <[email protected]>
  • Loading branch information
avifenesh committed Oct 21, 2024
1 parent e00035d commit cd46f68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/redis-rs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ jobs:

- name: Build project
run: cargo build --release
working-directory: ./glide-core/redis-rs/redis/src

- name: Test
run: cargo test --release -- --nocapture --test-threads=1
Expand Down
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,5 @@
"black"
],
"rust-analyzer.cargo.features": "all",
"dotnet.defaultSolution": "csharp/csharp.sln",
"dotnet.defaultSolution": "csharp/csharp.sln"
}

0 comments on commit cd46f68

Please sign in to comment.