Add workflow
This commit is contained in:
parent
e912277605
commit
7d6bf80db6
11
.forgejo/workflows/run_tests.yaml
Normal file
11
.forgejo/workflows/run_tests.yaml
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
name: run tests
|
||||||
|
on: push
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
test:
|
||||||
|
name: cargo test
|
||||||
|
runs-on: docker
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v4
|
||||||
|
- uses: dtolnay/rust-toolchain@stable
|
||||||
|
- run: cargo test --all-features
|
Loading…
Reference in a new issue