File tree Expand file tree Collapse file tree 2 files changed +12
-12
lines changed
Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 3939 with :
4040 version : ${{ matrix.julia-version }}
4141
42- - name : Set number of threads for the tests
42+ - name : Set number of Julia threads
4343 run : |
4444 echo "JULIA_NUM_THREADS=4" >> "$GITHUB_ENV"
4545
Original file line number Diff line number Diff line change @@ -19,22 +19,22 @@ includet(normpath("aircraft/c172/test_c172s.jl")); using .TestC172S
1919includet (normpath (" aircraft/c172/test_c172x.jl" )); using . TestC172X
2020includet (normpath (" aircraft/c172/test_c172x1.jl" )); using . TestC172Xv1
2121
22- println (Threads. nthreads ())
22+ println (" Number of threads: " , Threads. nthreads ())
2323
2424test_gui ()
2525
2626test_quaternions ()
2727test_attitude ()
2828test_geodesy ()
2929test_kinematics ()
30- # test_dynamics()
31- # test_control()
32- # test_propellers()
33- # test_piston()
34- # test_landing_gear()
35- # test_aircraft_base()
36- # test_world()
30+ test_dynamics ()
31+ test_control ()
32+ test_propellers ()
33+ test_piston ()
34+ test_landing_gear ()
35+ test_aircraft_base ()
36+ test_world ()
3737
38- # test_c172s()
39- # test_c172x()
40- # test_c172x1()
38+ test_c172s ()
39+ test_c172x ()
40+ test_c172x1 ()
You can’t perform that action at this time.
0 commit comments