Skip to content

Commit

Permalink
update CI (#129)
Browse files Browse the repository at this point in the history
* update CI

* reduce eps
  • Loading branch information
simonbyrne authored Dec 31, 2023
1 parent fb44df5 commit af3ca7b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
fail-fast: false
matrix:
version:
- '1.3'
- '1.4'
# - 'nightly'
- '1.6'
- '1'
- 'nightly'
os:
- ubuntu-latest
- macOS-latest
Expand Down
2 changes: 1 addition & 1 deletion test/specfunc.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ using Test
@testset "SpecialFunctions" begin
x = 1 + rand()

function specfun_compare(name, f1, f2, arg; rtol=10*eps())
function specfun_compare(name, f1, f2, arg; rtol=20*eps())
@testset "$name" begin
v1 = f1(arg)
v2 = f2(arg)
Expand Down

0 comments on commit af3ca7b

Please sign in to comment.