Files
centralex/.gitea/workflows/tests.yaml
soruh 5c2049af94
Some checks failed
Code Checks / cargo fmt (push) Failing after 3s
Code Checks / cargo clippy (push) Failing after 2s
Test Suite / cargo test (push) Failing after 2s
Code Checks / cargo fmt (pull_request) Failing after 2s
Code Checks / cargo clippy (pull_request) Failing after 2s
Test Suite / cargo test (pull_request) Failing after 2s
fix actions?
2023-05-07 01:15:55 +02:00

14 lines
265 B
YAML

name: "Test Suite"
on:
push:
pull_request:
jobs:
test:
name: cargo test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: http://github.com/actions-rust-lang/setup-rust-toolchain
- run: cargo test --all-features