Skip to content

Commit

Permalink
autocommit
Browse files Browse the repository at this point in the history
  • Loading branch information
nbittich committed Sep 23, 2023
1 parent 0c2cd26 commit 73e7c2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: dtolnay/rust-toolchain@stable
with:
toolchain: stable
targets: x86_64-unknown-linux-musl
# targets: x86_64-unknown-linux-musl
- run: cargo test --verbose -- --nocapture
docker:
needs: test
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: dtolnay/rust-toolchain@stable
with:
toolchain: stable
targets: x86_64-unknown-linux-musl
# targets: x86_64-unknown-linux-musl
- run: cargo test --verbose -- --nocapture
- run: cargo clippy --all-targets --all-features -- -D warnings
- run: cargo publish --dry-run

0 comments on commit 73e7c2d

Please sign in to comment.