Skip to content

Commit

Permalink
Fix CI issue
Browse files Browse the repository at this point in the history
  • Loading branch information
joaofl committed Apr 9, 2024
1 parent 4a24b16 commit ff2f01e
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,16 +45,8 @@ jobs:
- name: Build for Linux x86_64 Headless
continue-on-error: false
run: cargo build --release --no-default-features

- name: Test for Linux x86_64 Headless
continue-on-error: false
run: cargo test --release --no-default-features
run: cargo zigbuild --release --no-default-features

- name: Build for Linux x86_64
continue-on-error: false
run: cargo build --release

- name: Test for Linux x86_64
continue-on-error: false
run: cargo test --release
run: cargo zigbuild --release

0 comments on commit ff2f01e

Please sign in to comment.