Skip to content

Commit 1147a0c

Browse files
authored
Update Test.yml
1 parent dbf10b2 commit 1147a0c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/Test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ jobs:
143143
- name: Install dependencies & run tests
144144
run: julia --code-coverage=user --color=yes -e '
145145
using Pkg;
146-
group = ENV["JULIA_DI_TEST_GROUP"]
146+
group = ENV["JULIA_DI_TEST_GROUP"];
147147
Pkg.activate("./DifferentiationInterface/test/Back/$group");
148148
Pkg.add([PackageSpec(path="./DifferentiationInterface"), PackageSpec(path="./DifferentiationInterfaceTest")]);
149149
include("./DifferentiationInterface/test/Back/run_backend.jl");'

0 commit comments

Comments
 (0)