ci: run windows tests and also run them concurrently (#7758)

This commit is contained in:
dave caruso
2024-01-12 17:02:20 -08:00
committed by GitHub
parent 0cd7fa1a63
commit 072f2f15ea
283 changed files with 1068 additions and 313 deletions

View File

@@ -1,3 +1,4 @@
// @known-failing-on-windows: 1 failing
import { describe, expect, it } from "bun:test";
import { withoutAggressiveGC } from "harness";