This commit is contained in:
parent
1b4c01b943
commit
fa1fea3b4c
1 changed files with 3 additions and 2 deletions
|
@ -19,9 +19,8 @@ jobs:
|
|||
- name: install git
|
||||
run: apk --no-interactive --no-cache add git
|
||||
- name: get repo
|
||||
run: git clone ${{ github.server_url }}/${{ github.repository }}
|
||||
run: git clone ${{ github.server_url }}/${{ github.repository }} .
|
||||
- run: ls
|
||||
- run: ls test/
|
||||
- name: install rust
|
||||
run: apk --no-interactive --no-cache add cargo
|
||||
- name: build project
|
||||
|
@ -34,5 +33,7 @@ jobs:
|
|||
}
|
||||
EOF
|
||||
cargo build --release
|
||||
|
||||
# nos e acordó del path. empezando desde
|
||||
- name: test build
|
||||
run: ./myapp/target/release/myapp
|
Loading…
Reference in a new issue