Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
micalgenus committed Oct 22, 2024
1 parent 651c347 commit e8e03ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Format
run: cargo fmt --all -- --check
- name: Build
run: cargo build
run: cargo build --target x86_64-unknown-linux-gnu
- name: Test
run: cargo test
- name: Clippy
Expand Down

0 comments on commit e8e03ce

Please sign in to comment.