Skip to content

Commit

Permalink
Reenable tests in CI
Browse files Browse the repository at this point in the history
Signed-off-by: Filippo Costa <[email protected]>
  • Loading branch information
neysofu committed Dec 15, 2024
1 parent 622323d commit 6c5b444
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ jobs:
- uses: actions-rust-lang/setup-rust-toolchain@v1
- uses: Swatinem/rust-cache@v2
- run: cargo check --all-targets --all-features
# TODO(neysofu)
#- run: cargo test --verbose -- --nocapture
- run: cargo test --verbose -- --nocapture

docker-build-and-push:
name: Docker build
Expand Down

0 comments on commit 6c5b444

Please sign in to comment.