Skip to content

Commit 3adf8ac

Browse files
committed
chore: up tests
1 parent 90045e8 commit 3adf8ac

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/verify.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,6 @@ jobs:
3939
curl -L https://tempo.xyz/install | bash
4040
echo "$HOME/.tempo/bin" >> $GITHUB_PATH
4141
42-
- name: Set up Docker
43-
uses: docker/setup-docker-action@v4
44-
4542
- name: Run tests
4643
run: pnpm test --bail=1
4744
env:

src/Server.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ beforeAll(async () => {
1818

1919
describe.each([
2020
{ instance: Instance.anvil({ port: port + 1 }) },
21-
{ instance: Instance.tempo({ port: port + 2 }) },
21+
{ instance: Instance.tempo({ port: port + 2, log: true }) },
2222
{
2323
instance: Instance.alto(altoOptions({ port, pool: true })),
2424
},

0 commit comments

Comments
 (0)