Skip to content

Commit

Permalink
test: remove outdate tests (#113)
Browse files Browse the repository at this point in the history
* test: remove outdate tests

* ci: run on macos-13 # Intel -x64
  • Loading branch information
inkydragon authored Dec 2, 2024
1 parent 7f25aa8 commit 230ab51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
matrix:
os:
- ubuntu-latest
- macOS-latest
- macos-13 # Intel
- windows-latest
julia-arch:
- 'x64'
Expand All @@ -31,7 +31,7 @@ jobs:
- '1.6'
- 'nightly'
exclude:
- os: macOS-latest
- os: macos-13 # Intel
julia-arch: x86
steps:
- uses: actions/checkout@v4
Expand Down
5 changes: 0 additions & 5 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -156,11 +156,6 @@ end
end

@testset "codecov" begin
@test_throws ErrorException("type SHA2_256_CTX has no field _not_exist") SHA.SHA2_256_CTX()._not_exist
@test_throws ErrorException("type SHA3_256_CTX has no field _not_exist") SHA.SHA3_256_CTX()._not_exist
# default fallback
@test_throws ErrorException("type SHA1_CTX has no field _not_exist") SHA.SHA1_CTX()._not_exist

# Table 3: Input block sizes for HMAC
# https://nvlpubs.nist.gov/nistpubs/FIPS/NIST.FIPS.202.pdf
# SHA3-224 -256 -384 -512
Expand Down

0 comments on commit 230ab51

Please sign in to comment.