File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ concurrency:
2424
2525jobs :
2626 build :
27+ if : false
2728 runs-on : ubuntu-latest
2829 strategy :
2930 matrix :
5455 working-directory : ${{ github.workflow }}
5556
5657 test :
58+ if : false
5759 runs-on : ubuntu-latest
5860 strategy :
5961 matrix :
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ concurrency:
2424
2525jobs :
2626 build :
27+ if : false
2728 runs-on : ubuntu-latest
2829 strategy :
2930 matrix :
5051 working-directory : ${{ github.workflow }}
5152
5253 test :
54+ if : false
5355 runs-on : ubuntu-latest
5456 strategy :
5557 matrix :
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ concurrency:
2424
2525jobs :
2626 build :
27+ if : false
2728 runs-on : ubuntu-latest
2829 strategy :
2930 matrix :
4849 working-directory : ${{ github.workflow }}
4950
5051 test :
52+ if : false
5153 runs-on : ubuntu-latest
5254 strategy :
5355 matrix :
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ concurrency:
2424
2525jobs :
2626 build :
27+ if : false
2728 runs-on : ubuntu-latest
2829 strategy :
2930 matrix :
5051 working-directory : ${{ github.workflow }}
5152
5253 test :
54+ if : false
5355 runs-on : ubuntu-latest
5456 strategy :
5557 matrix :
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ concurrency:
2424
2525jobs :
2626 build :
27+ if : false
2728 runs-on : ubuntu-latest
2829 strategy :
2930 matrix :
4849 working-directory : ${{ github.workflow }}
4950
5051 test :
52+ if : false
5153 runs-on : ubuntu-latest
5254 strategy :
5355 matrix :
Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ concurrency:
2727
2828jobs :
2929 build :
30+ if : false
3031 runs-on : ubuntu-latest
3132 strategy :
3233 matrix :
7071 cargo check --all-features
7172
7273 test :
74+ if : false
7375 runs-on : ubuntu-latest
7476 strategy :
7577 matrix :
8991 - run : cargo test --all-features
9092
9193 test-careful :
94+ if : false
9295 runs-on : ubuntu-latest
9396 steps :
9497 - uses : actions/checkout@v6
97100 - run : cargo careful test --all-features
98101
99102 test-miri :
103+ if : false
100104 runs-on : ubuntu-latest
101105 env :
102106 MIRIFLAGS : " -Zmiri-symbolic-alignment-check -Zmiri-strict-provenance"
Original file line number Diff line number Diff line change 1919
2020jobs :
2121 build :
22+ if : false
2223 runs-on : ubuntu-latest
2324 strategy :
2425 matrix :
4344 working-directory : ${{ github.workflow }}
4445
4546 test :
47+ if : false
4648 runs-on : ubuntu-latest
4749 strategy :
4850 matrix :
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ concurrency:
2424
2525jobs :
2626 build :
27+ if : false
2728 runs-on : ubuntu-latest
2829 strategy :
2930 matrix :
4849 working-directory : ${{ github.workflow }}
4950
5051 test :
52+ if : false
5153 runs-on : ubuntu-latest
5254 strategy :
5355 matrix :
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ concurrency:
2424
2525jobs :
2626 build :
27+ if : false
2728 runs-on : ubuntu-latest
2829 strategy :
2930 matrix :
4950 working-directory : ${{ github.workflow }}
5051
5152 test :
53+ if : false
5254 runs-on : ubuntu-latest
5355 strategy :
5456 matrix :
Original file line number Diff line number Diff line change 1717
1818jobs :
1919 publish :
20+ if : false
2021 runs-on : ubuntu-latest
2122 environment : publish
2223 permissions :
You can’t perform that action at this time.
0 commit comments