Include tests

This commit is contained in:
bitfl0wer 2023-04-04 17:42:41 +02:00
parent 5e000afdc6
commit 67c9ab6dd2
No known key found for this signature in database
GPG Key ID: 84BBB60DF895ABF2
1 changed files with 2 additions and 2 deletions

View File

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