ovlach_pdf/.gitea/workflows/test.yaml

17 lines
297 B
YAML
Raw Permalink Normal View History

2023-12-01 23:54:47 +00:00
name: test
run-name: test
on:
push:
branches:
- '*'
2023-12-10 16:05:13 +00:00
- '!master'
2023-12-01 23:54:47 +00:00
jobs:
2023-12-10 16:05:13 +00:00
tests:
name: tests
2023-12-01 23:54:47 +00:00
runs-on: ubuntu-latest
steps:
2023-12-10 16:05:13 +00:00
- uses: actions/rust-test@v1
with:
repository: ${{github.repository}}
cargo_nan_secret: ${{secrets.deployment_package}}