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 ee16a31 commit 94ec3a3Copy full SHA for 94ec3a3
.github/workflows/ci.yml
@@ -53,6 +53,8 @@ jobs:
53
54
- run: bundle install
55
56
+ - run: julia -e 'using Pkg; cd("RbCall.jl"); Pkg.develop(PackageSpec(path = pwd()))'
57
+
58
- run: rake compile
59
60
- run: rake test
0 commit comments