Skip to content
This repository has been archived by the owner on May 27, 2023. It is now read-only.

Commit

Permalink
fix: test linux only
Browse files Browse the repository at this point in the history
  • Loading branch information
WillsterJohnson committed Jan 23, 2023
1 parent 60687b0 commit adc38b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
rustup target add i686-pc-windows-gnu
- name: Run tests
run: cargo test --verbose
run: cargo test --target=x86_64-unknown-linux-gnu --verbose

- name: Build binaries
run: cargo build --release --verbose
Expand Down

0 comments on commit adc38b1

Please sign in to comment.