ci: run tests in debug profile

This commit is contained in:
Yujia Qiao 2022-02-06 22:09:37 +08:00
parent 9eee4fb05c
commit dc5ba42e0a
No known key found for this signature in database
GPG Key ID: DC129173B148701B
1 changed files with 3 additions and 3 deletions

View File

@ -57,10 +57,10 @@ jobs:
profile: minimal
toolchain: stable
- uses: Swatinem/rust-cache@v1
- name: Build release
run: cargo build --release
- name: Build
run: cargo build
- name: Run tests
run: cargo test --release --verbose
run: cargo test --verbose
- uses: actions/upload-artifact@v2
with:
name: rathole-${{ matrix.target }}