File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed
Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 4444 with :
4545 prefix-key : ${{ env.RUST_CACHE_KEY }}
4646
47+ - name : Set up Docker Buildx
48+ uses : docker/setup-buildx-action@v3
49+
4750 - name : Launch postgres
4851 run : just ensure_db_and_s3_are_running
4952
8083 with :
8184 prefix-key : ${{ env.RUST_CACHE_KEY }}
8285
86+ - name : Set up Docker Buildx
87+ uses : docker/setup-buildx-action@v3
88+
8389 - name : run tests
8490 run : just run-tests run-builder-tests
8591
97103 with :
98104 prefix-key : ${{ env.RUST_CACHE_KEY }}
99105
106+ - name : Set up Docker Buildx
107+ uses : docker/setup-buildx-action@v3
108+
100109 - name : install `just`
101110 run : sudo snap install --edge --classic just
102111
@@ -122,6 +131,9 @@ jobs:
122131 with :
123132 prefix-key : ${{ env.RUST_CACHE_KEY }}
124133
134+ - name : Set up Docker Buildx
135+ uses : docker/setup-buildx-action@v3
136+
125137 - run : just lint
126138
127139 eslint :
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ clippy *args:
2323 - -all-targets \
2424 - -workspace \
2525 - -locked \
26- {{ args}} \
26+ {{ args }} \
2727 - - -D warnings
2828
2929clippy-fix :
You can’t perform that action at this time.
0 commit comments