This commit is contained in:
parent
b4a263199c
commit
b4da48f5e1
1 changed files with 1 additions and 4 deletions
|
@ -1,13 +1,10 @@
|
||||||
on: [push]
|
on: [push]
|
||||||
jobs:
|
jobs:
|
||||||
checkout:
|
|
||||||
runs-on: docker
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v3
|
|
||||||
test:
|
test:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
container:
|
container:
|
||||||
image: rust:alpine
|
image: rust:alpine
|
||||||
steps:
|
steps:
|
||||||
- run: apk add nodejs
|
- run: apk add nodejs
|
||||||
|
- uses: actions/checkout@v4
|
||||||
- run: cargo test
|
- run: cargo test
|
||||||
|
|
Loading…
Add table
Reference in a new issue