File tree Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change 59
59
LD_LIBRARY_PATH : ${{ github.workspace }}/libduckdb
60
60
run : cargo clippy --all-targets --all-features --locked -- -D warnings
61
61
62
+ - name : Dry-run release of crates
63
+ if : matrix.os == 'ubuntu-latest'
64
+ uses : katyo/publish-crates@v2
65
+ with :
66
+ path : " ./"
67
+ args : --allow-dirty --all-features
68
+ dry-run : true
69
+ ignore-unpublished-changes : true
70
+
62
71
# For windows
63
72
- name : Windows extract duckdb
64
73
if : matrix.os == 'windows-latest'
@@ -139,10 +148,3 @@ jobs:
139
148
export ASAN_SYMBOLIZER_PATH=$(which llvm-symbolizer)
140
149
echo $ASAN_SYMBOLIZER_PATH
141
150
cargo -Z build-std test --features "serde_json url r2d2 uuid polars extensions-full" --target x86_64-unknown-linux-gnu --package duckdb
142
- - name : publish crates --dry-run
143
- uses : katyo/publish-crates@v2
144
- with :
145
- path : " ./"
146
- args : --allow-dirty --all-features
147
- dry-run : true
148
- ignore-unpublished-changes : true
You can’t perform that action at this time.
0 commit comments