This commit is contained in:
14
.gitea/workflows/test.yaml
Normal file
14
.gitea/workflows/test.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
name: test
|
||||
|
||||
on: push
|
||||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
lfs: true
|
||||
- run: rustup update stable && rustup default stable
|
||||
- run: cargo build --release --verbose
|
||||
- run: cargo test --release --verbose
|
||||
Reference in New Issue
Block a user