Skip to content

Commit

Permalink
Update Aqua.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
amontoison authored Aug 15, 2024
1 parent da09f9e commit e03e0a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Aqua.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ jobs:
version: '1'
- name: Aqua.jl
run: julia --color=yes -e 'using Pkg; Pkg.add("Aqua"); Pkg.add("CUDA"); Pkg.develop(path=".");
using Aqua, CUDA.CUSPARSE, CUDSS; Aqua.test_all(CUDSS, piracies=false, ambiguities=false);
using Aqua, CUDA.CUSPARSE, CUDSS; Aqua.test_all(CUDSS, stale_deps=false, piracies=false, ambiguities=false);
Aqua.test_ambiguities(CUDSS); Aqua.test_piracies(CUDSS; treat_as_own=[CuSparseMatrixCSR])'

0 comments on commit e03e0a1

Please sign in to comment.