We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d097a5 commit 7a533efCopy full SHA for 7a533ef
.github/workflows/pr.yml
@@ -7,12 +7,13 @@ on:
7
env:
8
CARGO_TERM_COLOR: always
9
jobs:
10
- build:
+ Test:
11
runs-on: ubuntu-latest
12
steps:
13
- name: Check out repository code
14
uses: actions/checkout@v4
15
- name: Install the Rust toolchain
16
uses: actions-rust-lang/setup-rust-toolchain@v1
17
- - name: Run the tests
+ - name: Run the pitch-detector crate tests
18
+ working-directory: ./pitch-detector
19
run: cargo test
0 commit comments