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 f6ab567 commit e408e05Copy full SHA for e408e05
.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