Update CI

This commit is contained in:
Harrison Burt 2022-03-27 23:30:00 +01:00
parent e96f8c4d98
commit 465aeb0265
1 changed files with 4 additions and 2 deletions

View File

@ -16,7 +16,9 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Setup Test Framework
run: cargo install cargo-nextest
- name: Build
run: cargo build --verbose
run: cargo build
- name: Run tests
run: cargo test --verbose
run: cargo nextest run