Update .forgejo/workflows/try.yaml
Some checks failed
/ stuff (push) Failing after 18s

This commit is contained in:
Renich Bon Ćirić 2024-11-28 14:44:38 -06:00
parent 1b4c01b943
commit fa1fea3b4c

View file

@ -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