Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: define nextest dev profile #4612

Merged

Conversation

bradleystachurski
Copy link
Member

We recently introduced exporting CARGO_PROFILE="dev" when sourcing scripts/_common.sh (see: https://github.com/fedimint/fedimint/blob/f001570/scripts/_common.sh#L14). We need to define a dev profile for nextest or just test-ci-all fails locally with

nix@lenovo-m75q-ubuntu:~/fedimint$ just test-ci-all
./scripts/tests/test-ci-all.sh
Pre-building workspace...
    Finished dev [unoptimized + debuginfo] target(s) in 0.26s
Pre-building tests...
error: profile `dev not found (known profiles: ci, default, default-miri)`
error: Recipe `test-ci-all` failed on line 19 with exit code 96

@bradleystachurski bradleystachurski requested a review from a team as a code owner March 18, 2024 22:04
@bradleystachurski bradleystachurski added this pull request to the merge queue Mar 19, 2024
Merged via the queue into fedimint:master with commit 3827dbb Mar 19, 2024
20 checks passed
@bradleystachurski bradleystachurski deleted the fix-nextest-profile branch March 19, 2024 05:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants