Skip to content

Apply always_run_formatter patch (#13) #21

Apply always_run_formatter patch (#13)

Apply always_run_formatter patch (#13) #21

name: "IntegrationTest"
on:
push:
branches:
- "main"
tags: "*"
paths:
- "Project.toml"
pull_request:
paths:
- "Project.toml"
jobs:
integration-test:
name: "IntegrationTest"
strategy:
matrix:
pkg:
- "BlockSparseArrays"
- "DiagonalArrays"
- "ITensorBase"
- "ITensorNetworksNext"
- "KroneckerArrays"
- "NamedDimsArrays"
- "SparseArraysBase"
- "TensorAlgebra"
uses: "ITensor/ITensorActions/.github/workflows/IntegrationTest.yml@main"
with:
localregistry: "https://github.com/ITensor/ITensorRegistry.git"
pkg: "${{ matrix.pkg }}"