Skip to content

Commit

Permalink
ci: Add crates tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nrybowski committed Nov 25, 2024
1 parent dc35594 commit 5eab209
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@nightly
- name: Build
run: cargo build --verbose
- name: Build crate
run: cargo build
- name: Run tests
run: cargo test --verbose
run: cargo test -p dune-core -p dune-cli -p dune-mpf

0 comments on commit 5eab209

Please sign in to comment.