feat: e2e tests within rust instead

This commit is contained in:
Bart van der Braak 2023-11-22 05:17:04 +01:00
parent 7b40a0ae17
commit 38a15a3bcd
8 changed files with 550 additions and 156 deletions

View file

@ -40,7 +40,7 @@ jobs:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- name: Run tests
run: cargo test --all
run: cargo test --bins
build:
runs-on: ubuntu-latest
steps: