parent
32ba373ffd
commit
d90e06955d
1 changed files with 19 additions and 0 deletions
19
.forgejo/workflows/ci.yml
Normal file
19
.forgejo/workflows/ci.yml
Normal file
|
|
@ -0,0 +1,19 @@
|
||||||
|
name: CI
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
pull_request:
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
test:
|
||||||
|
name: cargo test
|
||||||
|
#runs-on: ubuntu-latest
|
||||||
|
runs-on: docker
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
|
- uses: wackbyte/rust-toolchain@trunk
|
||||||
|
with:
|
||||||
|
toolchain: stable
|
||||||
|
|
||||||
|
#- run: cargo test --all-features
|
||||||
|
- run: cargo run -- --help
|
||||||
Loading…
Add table
Add a link
Reference in a new issue