From 1723a18d8bcdda6f68e67dc78956b80ec200a78a Mon Sep 17 00:00:00 2001 From: Simon Christ Date: Mon, 27 Jul 2020 09:34:02 +0200 Subject: [PATCH] Update SnoopCompile.yml --- .github/workflows/SnoopCompile.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/SnoopCompile.yml b/.github/workflows/SnoopCompile.yml index 3fb19590..5665a96a 100644 --- a/.github/workflows/SnoopCompile.yml +++ b/.github/workflows/SnoopCompile.yml @@ -50,8 +50,8 @@ jobs: - name: Generating precompile files run: $TESTCMD --project -e 'include("deps/SnoopCompile/snoop_bot.jl")' # NOTE: must match path # Run benchmarks - #- name: Running Benchmark - # run: $TESTCMD --project -e 'include("deps/SnoopCompile/snoop_bench.jl")' # NOTE: optional, if have benchmark file + - name: Running Benchmark + run: $TESTCMD --project -e 'include("deps/SnoopCompile/snoop_bench.jl")' # NOTE: optional, if have benchmark file - name: Upload all uses: actions/upload-artifact@v2 with: