Naive attempt 2 to adapt rust github workflow
Some checks failed
Rust / build (push) Failing after 1s
Some checks failed
Rust / build (push) Failing after 1s
This commit is contained in:
parent
34a0f97099
commit
6c7a02d85b
1 changed files with 0 additions and 1 deletions
|
@ -14,7 +14,6 @@ jobs:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: cargo build --verbose
|
run: cargo build --verbose
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
|
|
Reference in a new issue