Skip to content

Commit 4ac6af3

Browse files
committed
Fix SnoopCompile
1 parent e11d0d8 commit 4ac6af3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/SnoopCompile.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
# Uncomment other versions if you want multi-version signatures (should exactly match BotConfig.version):
2121
version:
2222
- '1.4.2'
23+
- '1.3.1'
24+
- '1.2.0'
2325
os:
2426
- ubuntu-latest
2527
- windows-latest
@@ -36,9 +38,9 @@ jobs:
3638
julia --project -e 'using Pkg; Pkg.instantiate();'
3739
julia -e 'using Pkg; Pkg.add(PackageSpec(url = "https://github.com/aminya/SnoopCompile.jl", rev = "multios")); Pkg.develop(PackageSpec(; path=pwd())); using SnoopCompile; SnoopCompile.addtestdep();'
3840
- name: Generating precompile files
39-
run: julia --project -e 'include("deps/SnoopCompile/snoopi_bot.jl")'
41+
run: julia --project -e 'include("deps/SnoopCompile/snoop_bot.jl")'
4042
- name: Running Benchmark
41-
run: julia --project -e 'include("deps/SnoopCompile/snoopi_bench.jl")'
43+
run: julia --project -e 'include("deps/SnoopCompile/snoop_bench.jl")'
4244
- name: Upload all
4345
uses: actions/upload-artifact@v2
4446
with:

0 commit comments

Comments
 (0)