Skip to content

Commit 9f3e01a

Browse files
committed
CI: Add pre-merge checks with Aqua
1 parent cca1031 commit 9f3e01a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/CustomCommands.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,10 @@ jobs:
3636
julia -e 'using Pkg; Pkg.add("BenchmarkTools"); Pkg.develop(;path=pwd())'
3737
JULIA_PROJECT=$PWD julia --project benchmarks/benchmark.jl
3838
fi
39-
if echo "$ci_commands" | grep -q format; then
40-
echo "Running formatter..."
41-
fi
4239
if echo "$ci_commands" | grep -q premerge; then
4340
echo "Running pre-merge checks..."
41+
julia -e 'using Pkg; Pkg.add("Aqua"); Pkg.develop(;path=pwd())'
42+
JULIA_PROJECT=$PWD julia --project -e 'using Aqua, Dagger; Aqua.test_all(Dagger)'
4443
fi
4544
env:
4645
BENCHMARK: "nmf:raw,dagger"

0 commit comments

Comments
 (0)