Skip to content

Include linux release with full features #270

Include linux release with full features

Include linux release with full features #270

Workflow file for this run

name: Tests
on:
push:
branches:
- "main"
tags-ignore:
- "v*"
pull_request:
branches:
- "**"
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup
uses: ./.github/workflows/setup