Skip to content

Commit 34d4cf8

Browse files
committed
perfection
1 parent 9cc9627 commit 34d4cf8

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

.github/workflows/tests.yaml

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -87,22 +87,22 @@ jobs:
8787
exit 1
8888
esac
8989
90-
- name: check features
91-
if: ${{ ! inputs.flaky }}
92-
run: |
93-
for i in ${CRATES_LIST//,/ }
94-
do
95-
echo "Checking $i $FEATURES"
96-
if [ $i = "iroh-cli" ]; then
97-
targets="--bins"
98-
else
99-
targets="--lib --bins"
100-
fi
101-
echo cargo check -p $i $FEATURES $targets
102-
cargo check -p $i $FEATURES $targets
103-
done
104-
env:
105-
RUST_LOG: ${{ runner.debug && 'TRACE' || 'DEBUG'}}
90+
# - name: check features
91+
# if: ${{ ! inputs.flaky }}
92+
# run: |
93+
# for i in ${CRATES_LIST//,/ }
94+
# do
95+
# echo "Checking $i $FEATURES"
96+
# if [ $i = "iroh-cli" ]; then
97+
# targets="--bins"
98+
# else
99+
# targets="--lib --bins"
100+
# fi
101+
# echo cargo check -p $i $FEATURES $targets
102+
# cargo check -p $i $FEATURES $targets
103+
# done
104+
# env:
105+
# RUST_LOG: ${{ runner.debug && 'TRACE' || 'DEBUG'}}
106106

107107
# - name: build tests
108108
# run: |
@@ -120,14 +120,14 @@ jobs:
120120
RUST_LOG: ${{ runner.debug && 'TRACE' || 'DEBUG'}}
121121
NEXTEST_EXPERIMENTAL_LIBTEST_JSON: 1
122122

123-
- name: upload results
124-
if: ${{ failure() && inputs.flaky }}
125-
uses: actions/upload-artifact@v4
126-
with:
127-
name: libtest_run_${{ github.run_number }}-${{ github.run_attempt }}-${{ matrix.name }}_${{ matrix.features }}_${{ matrix.rust }}.json
128-
path: output
129-
retention-days: 45
130-
compression-level: 0
123+
# - name: upload results
124+
# if: ${{ failure() && inputs.flaky }}
125+
# uses: actions/upload-artifact@v4
126+
# with:
127+
# name: libtest_run_${{ github.run_number }}-${{ github.run_attempt }}-${{ matrix.name }}_${{ matrix.features }}_${{ matrix.rust }}.json
128+
# path: output
129+
# retention-days: 45
130+
# compression-level: 0
131131

132132
# - name: doctests
133133
# if: ${{ (! inputs.flaky) && matrix.features == 'all' }}

0 commit comments

Comments
 (0)