Skip to content

Commit 2b8a5cb

Browse files
committed
Don't run removed tests in CI
1 parent 0616546 commit 2b8a5cb

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

.github/workflows/CI.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ jobs:
7373

7474
- uses: julia-actions/julia-runtest@v1
7575
env:
76-
GROUP: All
7776
JULIA_NUM_THREADS: ${{ matrix.runner.num_threads }}
7877

7978
- uses: julia-actions/julia-processcoverage@v1

.github/workflows/CompatHelper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ jobs:
1414
env:
1515
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1616
COMPATHELPER_PRIV: ${{ secrets.DOCUMENTER_KEY }}
17-
run: julia -e 'using CompatHelper; CompatHelper.main(; subdirs = ["", "docs", "test", "test/turing"])'
17+
run: julia -e 'using CompatHelper; CompatHelper.main(; subdirs = ["", "docs", "test"])'

.github/workflows/JuliaPre.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,3 @@ jobs:
2525
- uses: julia-actions/cache@v2
2626
- uses: julia-actions/julia-buildpkg@v1
2727
- uses: julia-actions/julia-runtest@v1
28-
env:
29-
GROUP: DynamicPPL

0 commit comments

Comments
 (0)