Skip to content

Configure to run tests against stable and nightly #208

Configure to run tests against stable and nightly

Configure to run tests against stable and nightly #208

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