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