Merge branch 'develop' of github.com:/Trivernis/snekdown into develop

pull/11/head
trivernis 3 years ago
commit d60e6aabd4
Signed by: Trivernis
GPG Key ID: DFFFCC2C7A02DB45

@ -27,7 +27,7 @@ jobs:
restore-keys: |
${{ runner.os }}-cargo-
- name: Build
run: cargo build --verbose
run: cargo build --verbose --all-features
- name: Run tests
run: cargo test --verbose
run: cargo test --verbose --all-features
Loading…
Cancel
Save