Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CI] Make more tests run on every commit #1377

Merged
merged 1 commit into from
Apr 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading