Skip to content

Commit

Permalink
ci: run tests in debug profile
Browse files Browse the repository at this point in the history
  • Loading branch information
rapiz1 committed Feb 6, 2022
1 parent 9eee4fb commit dc5ba42
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit dc5ba42

Please sign in to comment.