Skip to content

Commit

Permalink
Run "cargo test" on Gihub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris00 committed Jan 3, 2024
1 parent 6ad1c67 commit e411289
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,5 @@ jobs:
shell: bash
- run: rustup target add ${{ matrix.target }}
- run: cargo build --verbose
# - run: cargo test --verbose
- run: LD_LIBRARY_PATH=$OUTDIR cargo test --verbose
- run: cargo run --example basic

0 comments on commit e411289

Please sign in to comment.