We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adc689a commit e6a55ceCopy full SHA for e6a55ce
1 file changed
.github/workflows/ci.yml
@@ -81,3 +81,28 @@ jobs:
81
env:
82
CODSPEED_SKIP_UPLOAD: true
83
CODSPEED_DEBUG: true
84
+
85
+ walltime-macos-test:
86
+ runs-on: macos-latest
87
+ steps:
88
+ - uses: "actions/checkout@v4"
89
+ with:
90
+ fetch-depth: 0
91
+ submodules: true
92
+ - uses: pnpm/action-setup@v2
93
+ - uses: actions/setup-node@v3
94
95
+ cache: pnpm
96
+ node-version-file: .nvmrc
97
+ - run: pnpm install --frozen-lockfile --prefer-offline
98
+ - run: pnpm moon run :build
99
100
+ - name: Run benchmarks
101
+ uses: CodSpeedHQ/action@main
102
+ env:
103
+ CODSPEED_SKIP_UPLOAD: "true"
104
105
+ run: pnpm moon run vitest-plugin:bench
106
+ mode: walltime
107
+ # TODO: Remove this once the runner has been released with macos support
108
+ runner-version: branch:main
0 commit comments