We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55bd3f2 commit 5efc4f4Copy full SHA for 5efc4f4
.github/workflows/Aqua.yml
@@ -17,4 +17,4 @@ jobs:
17
run: |
18
PKG_SRC_PATH=`pwd`
19
PKG_SRC_NAME=`basename -s ".jl" $PKG_SRC_PATH`
20
- julia --color=yes -e "using Pkg; Pkg.add(\"Aqua\"); Pkg.develop(path=\"$PKG_SRC_PATH\"); using Aqua, $PKG_SRC_NAME; Aqua.test_all($PKG_SRC_NAME)"
+ julia --color=yes -e "using Pkg; Pkg.add(\"Aqua\"); Pkg.develop(path=\"$PKG_SRC_PATH\"); using Aqua, $PKG_SRC_NAME; Aqua.test_all($PKG_SRC_NAME, piracies=false)"
0 commit comments