File tree Expand file tree Collapse file tree 3 files changed +3
-24
lines changed Expand file tree Collapse file tree 3 files changed +3
-24
lines changed Original file line number Diff line number Diff line change 43
43
- uses : julia-actions/julia-processcoverage@v1
44
44
- uses : codecov/codecov-action@v1
45
45
with :
46
- file : lcov.info
47
- docs :
48
- name : Documentation
49
- runs-on : ubuntu-latest
50
- steps :
51
- - uses : actions/checkout@v2
52
- - uses : julia-actions/setup-julia@v1
53
- with :
54
- version : ' 1'
55
- - run : |
56
- julia --project=docs -e '
57
- using Pkg
58
- Pkg.develop(PackageSpec(path=pwd()))
59
- Pkg.instantiate()'
60
- - run : |
61
- julia --project=docs -e '
62
- using Documenter: doctest
63
- using FFTA
64
- doctest(FFTA)'
65
- - run : julia --project=docs docs/make.jl
66
- env :
67
- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
68
- DOCUMENTER_KEY : ${{ secrets.DOCUMENTER_KEY }}
46
+ file : lcov.info
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ version = "0.1.0"
7
7
DocStringExtensions = " ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
8
8
LoopVectorization = " bdcacae8-1622-11e9-2a5c-532679323890"
9
9
Primes = " 27ebfcd6-29c5-5fa9-bf4b-fb8fc14df3ae"
10
+ Random = " 9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
10
11
11
12
[compat ]
12
13
DocStringExtensions = " 0.8"
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ function padnum(m,x)
8
8
String (v)
9
9
end
10
10
11
- Random. seed (1 )
11
+ Random. seed! (1 )
12
12
13
13
@testset verbose = true " 1D" begin
14
14
@testset verbose = true " Complex" begin
You can’t perform that action at this time.
0 commit comments