Skip to content

Set up crytic/echidna for garnix-io/benchmark-github #613

Set up crytic/echidna for garnix-io/benchmark-github

Set up crytic/echidna for garnix-io/benchmark-github #613

Workflow file for this run

{
"name": "Nix on github",
"on": {
"push": {}
},
"jobs": {
"nixbuild-net-1760773836846": {
"uses": "nixbuild/nixbuild-action/.github/workflows/ci-workflow.yml@v23",
"secrets": {
"nixbuild_token": "${{ secrets.NIXBUILD_NET_TOKEN }}"
},
"with": {
"filter_builds": "(.top_attr == \"devShells\" and .system == \"x86_64-linux\" and .attr == \"default\") or (.top_attr == \"devShells\" and .system == \"x86_64-linux\" and .attr == \"fuzz\") or (.top_attr == \"packages\" and .system == \"x86_64-linux\" and .attr == \"default\") or (.top_attr == \"packages\" and .system == \"x86_64-linux\" and .attr == \"echidna\") or (.top_attr == \"packages\" and .system == \"x86_64-linux\" and .attr == \"echidna-redistributable\")"
}
}
}
}