This commit is contained in:
parent
0b136c2e08
commit
6e8d90d8c8
@ -1,7 +1,5 @@
|
||||
on: [push]
|
||||
|
||||
name: CI
|
||||
|
||||
jobs:
|
||||
build_and_test:
|
||||
name: Rust project
|
||||
@ -12,6 +10,10 @@ jobs:
|
||||
with:
|
||||
toolchain: stable
|
||||
- uses: actions-rs/cargo@v1
|
||||
container:
|
||||
image: actions-rs/cargov1
|
||||
options: --add-host server1:192.168.2.101 \
|
||||
--add-host server2:192.168.2.102
|
||||
with:
|
||||
command: build
|
||||
args: --release --all-features
|
||||
|
||||
Loading…
Reference in New Issue
Block a user