Naive attempt 5 to adapt rust github workflow
Some checks failed
Rust / build (push) Failing after 29s
Some checks failed
Rust / build (push) Failing after 29s
This commit is contained in:
parent
743a194d30
commit
6334302ce9
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||||
|
|
Reference in a new issue