Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test(pgo): only run on nightly (#14887)
### What does this PR try to resolve? Only run PGO test on nightly, so it won't run on rust-lang/rust's CI because `CARGO_TEST_DISABLE_NIGHTLY` is set on that. ### How should we test and review this PR? This is a temporary fix to unblock Cargo submoule update (assume that rust-lang/rust#133675 won't be fixed this week). In the future We should seek a solution that * Disable test on rust-lang/rust's CI * Maximize test coverage on different channels and platforms on Cargo's CI.
- Loading branch information