Skip to content

Commit 96a96c6

Browse files
committed
fix: Update RUSTFLAGS syntax in run_spicebench.yml
1 parent 56f259b commit 96a96c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/run_spicebench.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
env:
117117
SPICEAI_API_KEY: ${{ secrets.SPICEAI_API_KEY }}
118118
SPICE_CLOUD_API_URL: https://dev-api.spice.ai
119-
RUSTFLAGS: "-A warnings"
119+
RUSTFLAGS: '-A warnings'
120120
SCENARIO: ${{ github.event.inputs.scenario || 'tpch' }}
121121
run: |
122122
~/.spice/bin/spicebench \

0 commit comments

Comments
 (0)