Skip to content

Commit

Permalink
[CI] Make more tests run on every commit (#1377)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtfishman authored Apr 3, 2024
1 parent 6b09c7d commit e8197ce
Show file tree
Hide file tree
Showing 9 changed files with 22 additions and 338 deletions.
82 changes: 0 additions & 82 deletions .github/workflows/comment_trigger_test_itensorgaussianmps.yml

This file was deleted.

87 changes: 0 additions & 87 deletions .github/workflows/comment_trigger_test_itensors_mps.yml

This file was deleted.

83 changes: 0 additions & 83 deletions .github/workflows/comment_trigger_test_itensorunicodeplots.yml

This file was deleted.

82 changes: 0 additions & 82 deletions .github/workflows/comment_trigger_test_itensorvisualization.yml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
name: Run ITensorGaussianMPS tests on push to main
name: Run ITensorGaussianMPS tests (Ubuntu)

on:
push:
branches:
- main
tags: '*'
pull_request:

jobs:
test:
Expand All @@ -22,6 +24,9 @@ jobs:
- '1'
arch:
- x64
exclude:
# MacOS not available on x86
- {os: 'macOS-latest', arch: 'x86'}
steps:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@latest
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
name: Run ITensors mps tests on push to main
name: Run ITensorMPS tests (Ubuntu)

on:
push:
branches:
- main
tags: '*'
pull_request:

jobs:
test:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test_itensors_base_ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
shell: julia --project=monorepo {0}
run: |
using Pkg;
# https://github.com/JuliaLang/Pkg.jl/pull/1226
Pkg.test("ITensors"; coverage=true, test_args=["base"])
- uses: julia-actions/julia-uploadcodecov@latest
env:
Expand Down
Loading

0 comments on commit e8197ce

Please sign in to comment.