Skip to content

Commit

Permalink
CI: update configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
ysbaddaden committed Mar 11, 2023
1 parent 417eba7 commit b9e9347
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions .github/workflows/ci.yml
Expand Up @@ -2,10 +2,16 @@ name: Continuous Integration

on:
push:
branches: [master]
tags:
- "v[0-9]+.[0-9]+.[0-9]+"
branches:
- "**"

pull_request:
branches: [master]
branches:
- "**:**"

release:

schedule:
- cron: "0 6 * * 1"
Expand All @@ -17,8 +23,7 @@ jobs:

steps:
- uses: actions/checkout@v2
- uses: oprypin/install-crystal@v1
- run: shards install
- uses: crystal-lang/install-crystal@v1
- run: make test

test_mt:
Expand All @@ -27,6 +32,5 @@ jobs:

steps:
- uses: actions/checkout@v2
- uses: oprypin/install-crystal@v1
- run: shards install
- uses: crystal-lang/install-crystal@v1
- run: make test CRFLAGS=-Dpreview_mt

0 comments on commit b9e9347

Please sign in to comment.