Skip to content

Refactor test scripts and add to test matrix #285

Refactor test scripts and add to test matrix

Refactor test scripts and add to test matrix #285

Workflow file for this run

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