final adjustments and now even the flaky tests that depend on others's relay should pass most of the time.

This commit is contained in:
fiatjaf
2023-12-19 10:01:52 -03:00
parent 804403f574
commit 8840c4d8e2
5 changed files with 21 additions and 10 deletions

View File

@@ -11,8 +11,9 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: oven-sh/setup-bun@v1
- uses: extractions/setup-just@v1
- run: bun i
- run: bun test --timeout 20000
- run: just test
format:
runs-on: ubuntu-latest
steps: