Build - fix(concurrent-access.test): remove broken performance assertion and simplify test The "maintains performance with multiple readers" test wrapped synchronous SQLite operations in Promises, then used an unattached .then() callback for timing validation. Since Jest doesn't await unattached promises, the expect(totalTime).toBeLessThan(10000) assertion never executed - allowing the test to "pass" on ARM64 CI even when taking 60-140 seconds. Changes: - Remove pointless Promise wrapping (SQLite opera... #225
build.yml
on: push
Matrix: prebuild-linux-glibc
prebuild-mac-x64
2m 11s
prebuild-mac-arm64
1m 20s
prebuild-win-x64
2m 32s
prebuild-win-arm64
4m 33s
Matrix: prebuild-linux-musl
lint
3m 6s
Matrix: test-ubuntu
Matrix: test-api-compatibility
Matrix: test-mac-win
Matrix: test-alpine
publish
0s