Add Transcript & TranscriptVar CS test, clean dependencies & clippy. Add GHA for tests

This commit is contained in:
2023-04-29 17:36:51 +02:00
parent 7cf729f00a
commit f9b3a66ddb
9 changed files with 172 additions and 173 deletions

14
.github/workflows/test.yml vendored Normal file
View File

@@ -0,0 +1,14 @@
name: Test
on: [push, pull_request]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build
run: cargo build --verbose
- name: Run tests
run: |
cargo test --verbose