Skip to content

Test

Test #2

Workflow file for this run

name: Test
on:
push:
branches:
- main
tags: ["*"]
workflow_dispatch:
jobs:
test:
uses: ./.github/workflows/ReusableTest.yml
with:
os: ${{ matrix.os }}
version: ${{ matrix.version }}
arch: ${{ matrix.arch }}
allow_failure: ${{ matrix.allow_failure }}
run_codecov: false
strategy:
fail-fast: false
matrix:
version:
- "1"
- "1"
os:
- ubuntu-latest
arch:
- x64
allow_failure: [false]