Skip to content

Commit

Permalink
move tests to standard test directory
Browse files Browse the repository at this point in the history
  • Loading branch information
MGibson1 committed Oct 2, 2024
1 parent 0d11f70 commit 12a3a63
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion languages/go/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ cargo build --package bitwarden-c
export PREV_GOPATH=$(go env GOPATH)
cp ../../target/debug/libbitwarden_c.* internal/cinterface/lib/$ARCH/
go env -w GOPATH="$PWD:$(go env GOPATH)"
go test -v ./e2e_test
go test -v ./test/e2e_test
go env -w GOPATH=$PREV_GOPATH
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 12a3a63

Please sign in to comment.