Skip to content

Commit

Permalink
fix tessts
Browse files Browse the repository at this point in the history
  • Loading branch information
JamyGolden committed Feb 15, 2024
1 parent b59e8e2 commit 1e35140
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ jobs:
fail-fast: false
matrix:
include:
- target: x86_64-pc-windows-gnu
archive: zip
- target: x86_64-unknown-linux-musl
archive: tar.gz tar.xz tar.zst
- target: x86_64-apple-darwin
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,10 @@ jobs:
override: true

- uses: "actions-rs/cargo@v1"
env:
RUST_TEST_THREADS: 1
with:
command: "test --test-threads=1"
command: "test"

fmt:
name: "Cargo format"
Expand Down

0 comments on commit 1e35140

Please sign in to comment.