1
0
mirror of https://github.com/tw93/Mole.git synced 2026-02-04 12:41:46 +00:00

chore: improve CI stability and add edge install support

This commit is contained in:
Tw93
2026-01-03 13:34:27 +08:00
parent f98aab6840
commit dfffe0b6fb

View File

@@ -1,4 +1,4 @@
name: Test
name: Validation
on:
push:
@@ -26,10 +26,12 @@ jobs:
MOLE_PERF_BYTES_TO_HUMAN_LIMIT_MS: "6000"
MOLE_PERF_GET_FILE_SIZE_LIMIT_MS: "3000"
BATS_FORMATTER: pretty
LANG: en_US.UTF-8
LC_ALL: en_US.UTF-8
run: ./scripts/test.sh
compatibility:
name: macOS Compatibility
name: macOS
strategy:
matrix:
os: [macos-14, macos-15]