remove nix run ci test as its covered by complement
Signed-off-by: June Clementine Strawberry <june@3.dog>
This commit is contained in:
parent
af714d5778
commit
0d741bbd46
1 changed files with 2 additions and 26 deletions
28
engage.toml
28
engage.toml
|
@ -18,12 +18,12 @@ script = "direnv --version"
|
||||||
[[task]]
|
[[task]]
|
||||||
name = "rustc"
|
name = "rustc"
|
||||||
group = "versions"
|
group = "versions"
|
||||||
script = "rustc --version"
|
script = "rustc --version -v"
|
||||||
|
|
||||||
[[task]]
|
[[task]]
|
||||||
name = "cargo"
|
name = "cargo"
|
||||||
group = "versions"
|
group = "versions"
|
||||||
script = "cargo --version"
|
script = "cargo --version -v"
|
||||||
|
|
||||||
[[task]]
|
[[task]]
|
||||||
name = "cargo-fmt"
|
name = "cargo-fmt"
|
||||||
|
@ -60,11 +60,6 @@ name = "markdownlint"
|
||||||
group = "versions"
|
group = "versions"
|
||||||
script = "markdownlint --version"
|
script = "markdownlint --version"
|
||||||
|
|
||||||
[[task]]
|
|
||||||
name = "dpkg"
|
|
||||||
group = "versions"
|
|
||||||
script = "dpkg --version"
|
|
||||||
|
|
||||||
[[task]]
|
[[task]]
|
||||||
name = "cargo-audit"
|
name = "cargo-audit"
|
||||||
group = "security"
|
group = "security"
|
||||||
|
@ -228,22 +223,3 @@ depends = ["cargo/default"]
|
||||||
script = """
|
script = """
|
||||||
git diff --exit-code conduwuit-example.toml
|
git diff --exit-code conduwuit-example.toml
|
||||||
"""
|
"""
|
||||||
|
|
||||||
# Ensure that the flake's default output can build and run without crashing
|
|
||||||
#
|
|
||||||
# This is a dynamically-linked jemalloc build, which is a case not covered by
|
|
||||||
# our other tests. We've had linking problems in the past with dynamic
|
|
||||||
# jemalloc builds that usually show up as an immediate segfault or "invalid free"
|
|
||||||
[[task]]
|
|
||||||
name = "nix-default"
|
|
||||||
group = "tests"
|
|
||||||
script = """
|
|
||||||
env DIRENV_DEVSHELL=dynamic \
|
|
||||||
CARGO_PROFILE="test" \
|
|
||||||
direnv exec . \
|
|
||||||
bin/nix-build-and-cache just .#default-test
|
|
||||||
env DIRENV_DEVSHELL=dynamic \
|
|
||||||
CARGO_PROFILE="test" \
|
|
||||||
direnv exec . \
|
|
||||||
nix run -L .#default-test -- --help && nix run -L .#default-test -- --version
|
|
||||||
"""
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue