Skip to content

Commit

Permalink
chore(#13): CI fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
l3r8yJ committed Jun 22, 2024
1 parent b135bff commit 1e0200c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cargo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ jobs:
- run: cargo test
- run: cargo build --release
- run: cargo test --release
- run: cargo fmt --check
- run: cargo fmt --check
1 change: 1 addition & 0 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions-rs/[email protected]
- run: cargo build
with:
version: '0.22.0'
args: '--all-features -- --test-threads 1'
Expand Down

0 comments on commit 1e0200c

Please sign in to comment.