This commit is contained in:
11
.gitea/workflows/test.yaml
Normal file
11
.gitea/workflows/test.yaml
Normal file
@ -0,0 +1,11 @@
|
||||
name: test
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
test:
|
||||
name: cargo test
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: dtolnay/rust-toolchain@stable
|
||||
- run: cargo test --all-features
|
Reference in New Issue
Block a user