Skip to content

Commit

Permalink
Rel 4.0.5 - Disabled x86 testing, enabled overflow test again
Browse files Browse the repository at this point in the history
  • Loading branch information
goedman committed Feb 8, 2021
1 parent 2910e9b commit 31cdf74
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- macOS-latest
- windows-latest
arch:
- x86
#- x86
- x64
exclude:
- os: windows-latest
Expand Down
4 changes: 2 additions & 2 deletions test/test_basics.jl
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,5 @@ println("Testing includes ngedwin98's fixes for asin, acos and atan.")
# Mixing types
@test isequal(hd5*hd7, hd7^2)
@test isequal(1/hd5, hd7^-1)
println("Drooped test isequal((hd2^(1//8)^8)^16777216, hd2).")
#@test isequal((hd2^(1//8)^8)^16777216, hd2)
#println("Dropped test isequal((hd2^(1//8)^8)^16777216, hd2).")
@test isequal((hd2^(1//8)^8)^16777216, hd2)

0 comments on commit 31cdf74

Please sign in to comment.