Skip to content

Commit 097a48f

Browse files
authored
Merge pull request #15 from dannys4/ds/dev
Remove docs from CI
2 parents 1051284 + 1bfd47e commit 097a48f

File tree

3 files changed

+3
-24
lines changed

3 files changed

+3
-24
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -43,26 +43,4 @@ jobs:
4343
- uses: julia-actions/julia-processcoverage@v1
4444
- uses: codecov/codecov-action@v1
4545
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

Project.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ version = "0.1.0"
77
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
88
LoopVectorization = "bdcacae8-1622-11e9-2a5c-532679323890"
99
Primes = "27ebfcd6-29c5-5fa9-bf4b-fb8fc14df3ae"
10+
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
1011

1112
[compat]
1213
DocStringExtensions = "0.8"

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ function padnum(m,x)
88
String(v)
99
end
1010

11-
Random.seed(1)
11+
Random.seed!(1)
1212

1313
@testset verbose = true "1D" begin
1414
@testset verbose = true "Complex" begin

0 commit comments

Comments
 (0)