Naive attempt 3 to adapt rust github workflow
Some checks failed
Rust / build (push) Has been cancelled

This commit is contained in:
Apache 2024-07-15 01:43:42 -05:00
parent 6c7a02d85b
commit 72f5e2ffe9
Signed by: apache
GPG key ID: 78BA80EB40E43123

View file

@ -11,11 +11,12 @@ env:
jobs: jobs:
build: build:
runs-on: docker
runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v4
- name: Build - name: Build
run: cargo build --verbose run: cargo build --verbose
- name: Run tests - name: Run tests
run: cargo test --verbose run: cargo test --verbose