Skip to content

Commit

Permalink
Fixed tests, made test run on PR too
Browse files Browse the repository at this point in the history
  • Loading branch information
beveradb committed Oct 8, 2024
1 parent f273328 commit c6ee411
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/run-tests.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: run-tests

on: [push]
on:
push:
pull_request:

jobs:
test-ubuntu:
Expand Down
1 change: 1 addition & 0 deletions tests/unit/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ def common_expected_args():
"output_format": "FLAC",
"output_bitrate": None,
"normalization_threshold": 0.9,
"amplification_threshold": 0.6,
"output_single_stem": None,
"invert_using_spec": False,
"sample_rate": 44100,
Expand Down

0 comments on commit c6ee411

Please sign in to comment.