Workflow test 2
Some checks failed
Rust / build (push) Failing after 9s

This commit is contained in:
Apache 2024-07-15 02:34:09 -05:00
parent 9ef08d074f
commit 5e7f23c1be
Signed by: apache
GPG key ID: 78BA80EB40E43123

View file

@ -17,7 +17,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Setup
run: DEBIAN_FRONTEND=noninteractive apt-get -yq install cargo
run: DEBIAN_FRONTEND=noninteractive apt-get update && DEBIAN_FRONTEND=noninteractive apt-get upgrade && DEBIAN_FRONTEND=noninteractive apt-get -yq install cargo
- name: Build
run: cargo build --verbose
- name: Run tests