We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cca1031 commit 9f3e01aCopy full SHA for 9f3e01a
.github/workflows/CustomCommands.yml
@@ -36,11 +36,10 @@ jobs:
36
julia -e 'using Pkg; Pkg.add("BenchmarkTools"); Pkg.develop(;path=pwd())'
37
JULIA_PROJECT=$PWD julia --project benchmarks/benchmark.jl
38
fi
39
- if echo "$ci_commands" | grep -q format; then
40
- echo "Running formatter..."
41
- fi
42
if echo "$ci_commands" | grep -q premerge; then
43
echo "Running pre-merge checks..."
+ julia -e 'using Pkg; Pkg.add("Aqua"); Pkg.develop(;path=pwd())'
+ JULIA_PROJECT=$PWD julia --project -e 'using Aqua, Dagger; Aqua.test_all(Dagger)'
44
45
env:
46
BENCHMARK: "nmf:raw,dagger"
0 commit comments