From acefed8db9569b211d664f4165e277e1b26300aa Mon Sep 17 00:00:00 2001 From: Jean Boussier Date: Thu, 18 Nov 2021 11:12:19 +0100 Subject: [PATCH] Run CI against ruby debug builds and run it nightly --- .github/workflows/ci.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e2ed8879..0a2cc4b6 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -7,6 +7,8 @@ on: push: branches: - master + schedule: + - cron: '45 4 * * *' jobs: platforms: @@ -26,7 +28,7 @@ jobs: strategy: matrix: os: [ubuntu] - ruby: ['2.3', '2.4', '2.5', '2.6', '2.7', '3.0', 'ruby-head'] + ruby: ['2.3', '2.4', '2.5', '2.6', '2.7', '3.0', 'ruby-head', 'debug'] runs-on: ${{ matrix.os }}-latest steps: - uses: actions/checkout@v2