Skip to content

Commit

Permalink
Update rust.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ebioman authored Nov 18, 2024
1 parent fa4e2d1 commit b19662f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: Prep
run: apt-get update && apt-get install -y cmake libclang-dev
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
run: cargo test --release --all --verbose

0 comments on commit b19662f

Please sign in to comment.