ovlach_pdf/.gitea/workflows/test.yaml
2023-12-10 17:05:13 +01:00

17 lines
297 B
YAML

name: test
run-name: test
on:
push:
branches:
- '*'
- '!master'
jobs:
tests:
name: tests
runs-on: ubuntu-latest
steps:
- uses: actions/rust-test@v1
with:
repository: ${{github.repository}}
cargo_nan_secret: ${{secrets.deployment_package}}