Skip to content

Merge pull request #51 from ekaitz-zarraga/patch-2 #263

Merge pull request #51 from ekaitz-zarraga/patch-2

Merge pull request #51 from ekaitz-zarraga/patch-2 #263

Workflow file for this run

name: Tests
on:
push:
pull_request:
workflow_dispatch:
jobs:
test:
name: Test
runs-on: ubuntu-20.04
strategy:
matrix:
channel: [stable] #, nightly]
steps:
- uses: actions/checkout@v2
- uses: extractions/setup-just@v1
- name: Prepare ${{ matrix.channel }}
run: just prepare ${{ matrix.channel }}
- name: Run Tests
run: just test