Skip to content

Commit 401e42a

Browse files
author
Christopher Ludden
committed
fix: removes obsolete use of docker-compose in tests
1 parent fb61541 commit 401e42a

File tree

2 files changed

+1
-14
lines changed

2 files changed

+1
-14
lines changed

justfile

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,4 @@ install:
3232
test:
3333
#!/usr/bin/env bash
3434
set -euo pipefail
35-
docker-compose -f test/docker-compose.yml up -d
36-
set +e
37-
go test -count=1 ./...
38-
set -e
39-
docker-compose -f test/docker-compose.yml down
35+
go test -count=1 ./...

test/docker-compose.yml

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

0 commit comments

Comments
 (0)