mirror of
https://github.com/tw93/Mole.git
synced 2026-02-04 11:31:46 +00:00
chore: improve CI stability and add edge install support
This commit is contained in:
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user