Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: trunk-rs/trunk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: e2771ec5fc8da748c676fbff2b92b50cf766cff5
Choose a base ref
..
head repository: trunk-rs/trunk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 37ca7fd809adc1bf9a2a34a22ab0b5e00df48b31
Choose a head ref
4 changes: 4 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -139,6 +139,10 @@ jobs:

test-examples:
needs: test # Ensure test is run first.
env:
# for the CI we need to disable those checks, as we may run with a pre-release version, which would force us to
# replace all version requirements with pre-release requirements for this version.
TRUNK_REQUIRED_VERSION: '*'
strategy:
fail-fast: false
max-parallel: 32
Loading