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

ci: Fix nightly build tests broken by skipping Rust #5566

Merged
merged 3 commits into from
Jun 19, 2024

Conversation

robin-aws
Copy link
Member

Description

A couple of metatests are broken by temporarily skipping the rust backend in the nightly build only. This change fixes that by adding a --compilers flag to %testDafnyForEachCompiler that overrides the DAFNY_INTEGRATION_TESTS_ONLY_COMPILERS environment variable, so those tests can work consistently.

Also tweaked run-deep-tests to set DAFNY_INTEGRATION_TESTS_ONLY_COMPILERS just as the nightly build does so this kind of problem should show up consistently if it happens again.

How has this been tested?

run-deep-tests

By submitting this pull request, I confirm that my contribution is made under the terms of the MIT license.

@robin-aws robin-aws added the run-deep-tests Tells CI to run all tests label Jun 19, 2024
fabiomadge
fabiomadge previously approved these changes Jun 19, 2024
@fabiomadge fabiomadge enabled auto-merge (squash) June 19, 2024 11:55
@fabiomadge fabiomadge merged commit 9400252 into master Jun 19, 2024
25 of 30 checks passed
@fabiomadge fabiomadge deleted the fix-nightly-build-omitting-rust branch June 19, 2024 12:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
run-deep-tests Tells CI to run all tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants