Merge pull request #1237 from zcash/faster-ci

Faster CI
This commit is contained in:
Kris Nuttycombe 2024-03-08 13:48:16 -07:00 committed by GitHub
commit dbf7c85afe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 2 deletions

View File

@ -1,6 +1,9 @@
name: CI checks
on: [push, pull_request]
on:
pull_request:
push:
branches: master
jobs:
test:
@ -11,7 +14,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
os: [ubuntu-latest-8cores, windows-latest-8cores, macOS-latest]
extra_flags:
- NOT_A_PUZZLE
- orchard