Skip to content

Commit af3ca7b

Browse files
authored
update CI (#129)
* update CI * reduce eps
1 parent fb44df5 commit af3ca7b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
version:
16-
- '1.3'
17-
- '1.4'
18-
# - 'nightly'
16+
- '1.6'
17+
- '1'
18+
- 'nightly'
1919
os:
2020
- ubuntu-latest
2121
- macOS-latest

test/specfunc.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ using Test
55
@testset "SpecialFunctions" begin
66
x = 1 + rand()
77

8-
function specfun_compare(name, f1, f2, arg; rtol=10*eps())
8+
function specfun_compare(name, f1, f2, arg; rtol=20*eps())
99
@testset "$name" begin
1010
v1 = f1(arg)
1111
v2 = f2(arg)

0 commit comments

Comments
 (0)