Skip to content

Commit c6f6a4a

Browse files
committed
all tests run_ci
1 parent 8df42d6 commit c6f6a4a

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

docs/src/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The following people are involved in the development of Dojo:
2727
__Primary Development__
2828
* [Simon Le Cleac'h](https://simon-lc.github.io/) (main developement, contact modeling, interior-point solver, gradients)
2929
* [Taylor Howell](https://thowell.github.io/) (main developement, contact modeling, interior-point solver, gradients)
30-
* [Jan Bruedigam](https://github.com/janbruedigam) (main developemnt, maximal representation and graph-based solver)
30+
* [Jan Bruedigam](https://github.com/janbruedigam) (main development, maximal representation and graph-based solver)
3131

3232

3333
* [Zico Kolter](https://zicokolter.com/)

test/runtests.jl

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ using BenchmarkTools
88
using Dojo
99
using Test
1010

11-
# include("integrator.jl")
12-
# include("minimal.jl")
13-
# include("mrp.jl")
14-
# include("jacobian.jl")
15-
# include("data.jl")
16-
# include("momentum.jl")
17-
# include("energy.jl")
11+
include("integrator.jl")
12+
include("minimal.jl")
13+
include("mrp.jl")
14+
include("jacobian.jl")
15+
include("data.jl")
16+
include("momentum.jl")
17+
include("energy.jl")
1818
include("behaviors.jl")
1919
include("joint_limits.jl")
2020
include("impulse_map.jl")

0 commit comments

Comments
 (0)