Skip to content

Commit

Permalink
test AUv2 with debug build
Browse files Browse the repository at this point in the history
  • Loading branch information
epi052 committed Sep 14, 2024
1 parent ae0bcfa commit a8d8b65
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ Long form explanations of most of the items below can be found in the [CONTRIBUT
- [ ] update [example config file section](https://epi052.github.io/feroxbuster-docs/docs/configuration/ferox-config-toml/)
- [ ] update [help output section](https://epi052.github.io/feroxbuster-docs/docs/configuration/command-line/)
- [ ] add an [example](https://epi052.github.io/feroxbuster-docs/docs/examples/)
- [ ] update [comparison table](https://epi052.github.io/feroxbuster-docs/docs/compare/)

## Additional Tests
- [ ] New code is unit tested
Expand Down
2 changes: 1 addition & 1 deletion Makefile.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ cargo fmt --all
[tasks.test]
clear = true
script = """
cargo nextest run --all-features --all-targets
cargo nextest run --all-features --all-targets --retries 4 --no-fail-fast
"""

0 comments on commit a8d8b65

Please sign in to comment.