We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
eth/tracers/js
1 parent e8101dc commit a954ec4Copy full SHA for a954ec4
.github/workflows/go.yml
@@ -18,6 +18,6 @@ jobs:
18
go-version: 1.21.4
19
- name: Run tests
20
run: | # Upstream flakes are race conditions exacerbated by concurrent tests
21
- FLAKY_REGEX='go-ethereum/(eth|eth/tracers/logger|accounts/keystore|eth/downloader|miner|ethclient|ethclient/gethclient|eth/catalyst)$';
+ FLAKY_REGEX='go-ethereum/(eth|eth/tracers/js|eth/tracers/logger|accounts/keystore|eth/downloader|miner|ethclient|ethclient/gethclient|eth/catalyst)$';
22
go list ./... | grep -P "${FLAKY_REGEX}" | xargs -n 1 go test -short;
23
go test -short $(go list ./... | grep -Pv "${FLAKY_REGEX}");
0 commit comments