Include tests

This commit is contained in:
bitfl0wer 2023-04-04 17:42:41 +02:00
parent 6f84797e98
commit 76697868a5
1 changed files with 2 additions and 2 deletions

View File

@ -18,5 +18,5 @@ jobs:
- uses: actions/checkout@v3
- name: Build
run: cargo build --verbose
#- name: Run tests
# run: cargo test --verbose
- name: Run tests
run: cargo test --verbose