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

This commit is contained in:
Apache 2024-07-15 01:51:37 -05:00
parent 743a194d30
commit 6334302ce9
Signed by: apache
GPG key ID: 78BA80EB40E43123

View file

@ -12,10 +12,12 @@ env:
jobs: jobs:
build: build:
runs-on: ubuntu-22.04:docker://node:20-bullseye runs-on: docker
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Setup
run: DEBIAN_FRONTEND=noninteractive apt-get -yq install cargo
- name: Build - name: Build
run: cargo build --verbose run: cargo build --verbose
- name: Run tests - name: Run tests