mirror of
https://github.com/tw93/Mole.git
synced 2026-02-16 09:31:11 +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:
|
on:
|
||||||
push:
|
push:
|
||||||
@@ -26,10 +26,12 @@ jobs:
|
|||||||
MOLE_PERF_BYTES_TO_HUMAN_LIMIT_MS: "6000"
|
MOLE_PERF_BYTES_TO_HUMAN_LIMIT_MS: "6000"
|
||||||
MOLE_PERF_GET_FILE_SIZE_LIMIT_MS: "3000"
|
MOLE_PERF_GET_FILE_SIZE_LIMIT_MS: "3000"
|
||||||
BATS_FORMATTER: pretty
|
BATS_FORMATTER: pretty
|
||||||
|
LANG: en_US.UTF-8
|
||||||
|
LC_ALL: en_US.UTF-8
|
||||||
run: ./scripts/test.sh
|
run: ./scripts/test.sh
|
||||||
|
|
||||||
compatibility:
|
compatibility:
|
||||||
name: macOS Compatibility
|
name: macOS
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [macos-14, macos-15]
|
os: [macos-14, macos-15]
|
||||||
|
|||||||
Reference in New Issue
Block a user