Skip to content

Commit

Permalink
Rename misspelled file, remove make-race, update title
Browse files Browse the repository at this point in the history
  • Loading branch information
nstogner committed Jan 16, 2024
1 parent ef27b51 commit 89b834c
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 9 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
pull_request:

jobs:
unit-race-integration:
unit-and-integration:
runs-on: ubuntu-latest

steps:
Expand All @@ -23,9 +23,6 @@ jobs:
- name: Run unit tests
run: make test-unit

- name: Run race tests
run: make test-race

- name: Run integration tests
run: make test-integration

Expand Down
4 changes: 0 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ test: test-unit test-race test-integration test-e2e

.PHONY: test-unit
test-unit:
go test -mod=readonly ./pkg/...

.PHONY: test-race
test-race:
go test -mod=readonly -race ./pkg/...

.PHONY: test-integration
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Lingo - The lightweight model proxy
# Lingo

Lingo is a lightweight, scale-from-zero ML model proxy and that runs on Kubernetes. Lingo allows you to run text-completion and embedding servers in your own project without changing any of your OpenAI client code.

Expand Down
File renamed without changes.

0 comments on commit 89b834c

Please sign in to comment.