add actions
Some checks failed
Code Checks / cargo fmt (push) Failing after 3s
Code Checks / cargo clippy (push) Failing after 3s
Test Suite / cargo test (push) Failing after 2s
Code Checks / cargo fmt (pull_request) Failing after 3s
Code Checks / cargo clippy (pull_request) Failing after 2s
Test Suite / cargo test (pull_request) Failing after 3s
Some checks failed
Code Checks / cargo fmt (push) Failing after 3s
Code Checks / cargo clippy (push) Failing after 3s
Test Suite / cargo test (push) Failing after 2s
Code Checks / cargo fmt (pull_request) Failing after 3s
Code Checks / cargo clippy (pull_request) Failing after 2s
Test Suite / cargo test (pull_request) Failing after 3s
This commit is contained in:
13
.gitea/workflows/tests.yaml
Normal file
13
.gitea/workflows/tests.yaml
Normal file
@@ -0,0 +1,13 @@
|
||||
name: "Test Suite"
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
test:
|
||||
name: cargo test
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions-rust-lang/setup-rust-toolchain@v1
|
||||
- run: cargo test --all-features
|
||||
Reference in New Issue
Block a user