Skip to content

Commit 7a533ef

Browse files
only run pitch-detector tests
1 parent 9d097a5 commit 7a533ef

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/pr.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,13 @@ on:
77
env:
88
CARGO_TERM_COLOR: always
99
jobs:
10-
build:
10+
Test:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Check out repository code
1414
uses: actions/checkout@v4
1515
- name: Install the Rust toolchain
1616
uses: actions-rust-lang/setup-rust-toolchain@v1
17-
- name: Run the tests
17+
- name: Run the pitch-detector crate tests
18+
working-directory: ./pitch-detector
1819
run: cargo test

0 commit comments

Comments
 (0)