Naive attempt 2 to adapt rust github workflow
Some checks failed
Rust / build (push) Failing after 1s

This commit is contained in:
Apache 2024-07-15 01:37:04 -05:00
parent 34a0f97099
commit 6c7a02d85b
Signed by: apache
GPG key ID: 78BA80EB40E43123

View file

@ -14,7 +14,6 @@ jobs:
runs-on: docker
steps:
- uses: actions/checkout@v4
- name: Build
run: cargo build --verbose
- name: Run tests