.gitea/workflows/test.yaml aktualisiert
Some checks failed
Gitea Actions Test / build (pull_request) Failing after 4m47s
Some checks failed
Gitea Actions Test / build (pull_request) Failing after 4m47s
This commit is contained in:
parent
f7eb22f6ff
commit
ab095b9faf
1 changed files with 4 additions and 0 deletions
|
@ -12,6 +12,10 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: https://github.com/actions/checkout@v3
|
- uses: https://github.com/actions/checkout@v3
|
||||||
|
|
||||||
|
- uses: https://github.com/actions-rs/toolchain@v1
|
||||||
|
with:
|
||||||
|
toolchain: stable
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: cargo build
|
run: cargo build
|
Loading…
Reference in a new issue