2025-01-27 00:50:12 +00:00
|
|
|
on: [push]
|
2025-01-27 00:47:54 +00:00
|
|
|
jobs:
|
|
|
|
test:
|
|
|
|
runs-on: docker
|
|
|
|
container:
|
2025-01-27 01:08:19 +00:00
|
|
|
image: rust:alpine
|
2025-01-27 00:47:54 +00:00
|
|
|
steps:
|
2025-01-27 01:05:14 +00:00
|
|
|
- run: apk add nodejs
|
2025-01-27 01:10:08 +00:00
|
|
|
- run: ls
|
2025-01-27 01:02:28 +00:00
|
|
|
- run: cargo test
|