Skip to content

Commit 5591c06

Browse files
GODRIVER-3334 Rename dir
1 parent 3131c25 commit 5591c06

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.evergreen/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ buildvariants:
327327
- name: test-langchaingo-ubuntu
328328
display_name: LangchainGo Ubuntu2204
329329
expansions:
330-
DIR: langchaingo
330+
DIR: langchaingo-golang
331331
run_on:
332332
- ubuntu2204-small
333333
tasks:
File renamed without changes.

langchaingo-golang/run.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#!/bin/bash
2+
3+
set -eu
4+
5+
cd langchaingo-repo/vectorstores/mongovector
6+
7+
go test -v -failfast

langchaingo/run.sh

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)