mirror of
https://github.com/romanz/electrs.git
synced 2024-11-19 09:54:09 +01:00
Merge remote-tracking branch 'kixunil/locked_cargo'
This commit is contained in:
commit
2f1b9e2ecf
4
.github/workflows/rust.yml
vendored
4
.github/workflows/rust.yml
vendored
@ -28,10 +28,10 @@ jobs:
|
||||
uses: actions-rs/cargo@v1
|
||||
with:
|
||||
command: build
|
||||
args: --release --all
|
||||
args: --locked --release --all
|
||||
|
||||
- name: Test
|
||||
uses: actions-rs/cargo@v1
|
||||
with:
|
||||
command: test
|
||||
args: --release --all
|
||||
args: --locked --release --all
|
||||
|
@ -14,7 +14,7 @@ RUN chown -R user .
|
||||
|
||||
USER user
|
||||
|
||||
RUN cargo install --path .
|
||||
RUN cargo install --locked --path .
|
||||
|
||||
# Electrum RPC
|
||||
EXPOSE 50001
|
||||
|
Loading…
Reference in New Issue
Block a user