mirror of https://github.com/rapiz1/rathole.git
ci: run tests in debug profile
This commit is contained in:
parent
9eee4fb05c
commit
dc5ba42e0a
|
@ -57,10 +57,10 @@ jobs:
|
||||||
profile: minimal
|
profile: minimal
|
||||||
toolchain: stable
|
toolchain: stable
|
||||||
- uses: Swatinem/rust-cache@v1
|
- uses: Swatinem/rust-cache@v1
|
||||||
- name: Build release
|
- name: Build
|
||||||
run: cargo build --release
|
run: cargo build
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: cargo test --release --verbose
|
run: cargo test --verbose
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: rathole-${{ matrix.target }}
|
name: rathole-${{ matrix.target }}
|
||||||
|
|
Loading…
Reference in New Issue