ci: run -race on PRs as well (#1408)

Signed-off-by: Takeshi Yoneda <takeshi@tetrate.io>
This commit is contained in:
Takeshi Yoneda
2023-04-26 17:54:59 -07:00
committed by GitHub
parent 867459d7d5
commit 86444c67a3
2 changed files with 3 additions and 5 deletions

View File

@@ -319,6 +319,7 @@ func Test733(t *testing.T) {
t.Run(name, func(t *testing.T) {
if testing.Short() {
// Note: this case uses large memory space, so can be slow like 1 to 2 seconds even without -race.
// The reason is that this test requires roughly 2GB of in-Wasm memory.
t.SkipNow()
}
f := mod.ExportedFunction(name)