From 183135df6a2536a7430f40d9f51aa4d777bdbde7 Mon Sep 17 00:00:00 2001 From: Patryk Osmaczko Date: Thu, 5 Oct 2023 14:26:53 +0200 Subject: [PATCH] chore: fix vscode test run --- .vscode/settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 0254a6361..5f5a35573 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -4,5 +4,5 @@ "github.com/ethereum/go-ethereum,github.com/status-im/status-go", "-w" ], - "go.testTags": "gowaku_skip_migrations", + "go.testTags": "gowaku_skip_migrations gowaku_no_rln", }