Skip to content

Commit

Permalink
Name groups
Browse files Browse the repository at this point in the history
  • Loading branch information
gdalle committed May 22, 2024
1 parent 7b1c515 commit 6ebd246
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ concurrency:
jobs:

test-DI:
name: DifferentiationInterface - Julia ${{ matrix.version }}
name: DifferentiationInterface (${{ matrix.group }}) - Julia ${{ matrix.version }}
runs-on: ubuntu-latest
timeout-minutes: 60
permissions: # needed to allow julia-actions/cache to proactively delete old caches that it has created
Expand Down
2 changes: 1 addition & 1 deletion DifferentiationInterface/test/Formalities/formalities.jl
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ end
end
end

Documenter.doctest(DifferentiationInterface)
# Documenter.doctest(DifferentiationInterface)

0 comments on commit 6ebd246

Please sign in to comment.