Skip to content

Commit 380cd28

Browse files
Yury-Fridlyandgithub-actions[bot]ort-botjbrinkman
authored
Bump submodule + update gitignore (#43)
Signed-off-by: Yury-Fridlyand <[email protected]> Signed-off-by: ort-bot <[email protected]> Signed-off-by: jbrinkman <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: ort-bot <[email protected]> Co-authored-by: jbrinkman <[email protected]>
1 parent adf2886 commit 380cd28

File tree

7 files changed

+503
-3080
lines changed

7 files changed

+503
-3080
lines changed

.github/workflows/tests.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,6 @@ jobs:
103103
if: ${{ contains(matrix.host.RUNNER, 'ubuntu') }}
104104
shell: bash
105105
working-directory: valkey-glide/benchmarks
106-
env:
107-
CSHARP_BENCH_FOLDER: $GITHUB_WORKSPACE/benchmarks
108106
run: |
109107
redis-server --save "" --daemonize "yes"
110108
./install_and_test.sh -no-tls -minimal -only-glide -data 1 -tasks 10 -csharp -dotnet-framework net${{ matrix.dotnet }}

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ target/
99

1010
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
1111
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
12-
Cargo.lock
12+
**/Cargo.lock
1313

1414
## Ignore Visual Studio temporary files, build results, and
1515
## files generated by popular Visual Studio add-ons.

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[submodule "valkey-glide"]
22
path = valkey-glide
3-
url = [email protected]:valkey-io/valkey-glide.git
3+
url = ../valkey-glide.git

0 commit comments

Comments
 (0)