Skip to content

Commit

Permalink
Don't run Aqua tests
Browse files Browse the repository at this point in the history
  • Loading branch information
oschulz committed Mar 5, 2023
1 parent c284d7c commit 65deeb1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
[![License](http://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat)](LICENSE.md)
[![Build Status](https://github.com/legend-exp/LegendSpecFits.jl/workflows/CI/badge.svg?branch=main)](https://github.com/legend-exp/LegendSpecFits.jl/actions?query=workflow%3ACI)
[![Codecov](https://codecov.io/gh/legend-exp/LegendSpecFits.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/legend-exp/LegendSpecFits.jl)
[![Aqua QA](https://raw.githubusercontent.com/JuliaTesting/Aqua.jl/master/badge.svg)](https://github.com/JuliaTesting/Aqua.jl)


## Documentation
Expand Down
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import Test

Test.@testset "Package LegendSpecFits" begin
include("test_aqua.jl")
#include("test_aqua.jl")
include("test_specfit.jl")
include("test_docs.jl")
isempty(Test.detect_ambiguities(LegendSpecFits))
Expand Down

0 comments on commit 65deeb1

Please sign in to comment.