Skip to content

Commit 8714abd

Browse files
authored
Add downstream tests (#7)
1 parent 4ba1235 commit 8714abd

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

.github/workflows/IntegrationTest.yml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
name: "IntegrationTest"
2+
3+
on:
4+
push:
5+
branches:
6+
- 'main'
7+
tags: '*'
8+
paths:
9+
- 'Project.toml'
10+
pull_request:
11+
paths:
12+
- 'Project.toml'
13+
14+
jobs:
15+
integration-test:
16+
name: "IntegrationTest"
17+
strategy:
18+
matrix:
19+
pkg:
20+
- 'FusionTensors'
21+
- 'ITensorBase'
22+
- 'NamedDimsArrays'
23+
- 'QuantumOperatorDefinitions'
24+
uses: "ITensor/ITensorActions/.github/workflows/IntegrationTest.yml@main"
25+
with:
26+
localregistry: "https://github.com/ITensor/ITensorRegistry.git"
27+
pkg: "${{ matrix.pkg }}"

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "GradedArrays"
22
uuid = "bc96ca6e-b7c8-4bb6-888e-c93f838762c2"
33
authors = ["ITensor developers <[email protected]> and contributors"]
4-
version = "0.2.1"
4+
version = "0.2.2"
55

66
[deps]
77
BlockArrays = "8e7c35d0-a365-5155-bbbb-fb81a777f24e"

0 commit comments

Comments
 (0)