Skip to content

Commit

Permalink
final
Browse files Browse the repository at this point in the history
  • Loading branch information
baconpaul committed Jul 27, 2024
1 parent 2a02b6a commit 1ff03c0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/code-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
strategy:
matrix:
path:
- 'src'
- 'tests'
- 'include'
steps:
- uses: actions/checkout@v3
Expand Down
1 change: 0 additions & 1 deletion tests/alltests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ TEST_CASE("Loading tuning files")
{
SECTION("Load a 12 tone standard tuning")
{
REQUIRE(1==2);
auto s = Tunings::readSCLFile(testFile("12-intune.scl"));
REQUIRE(s.count == 12);
// FIXME - write a lot more here obviously
Expand Down

0 comments on commit 1ff03c0

Please sign in to comment.