Skip to content

Conversation

@koibtw
Copy link
Contributor

@koibtw koibtw commented Oct 8, 2024

Description

Resolves #29

How Has This Been Tested?

zig build test --summary all:

Build Summary: 10/10 steps succeeded
test cached
├─ run main-tests cached
│  └─ zig test main-tests Debug native cached 18ms MaxRSS:80M
│     └─ options cached
├─ run file-tests cached
│  └─ zig test file-tests Debug native cached 21ms MaxRSS:80M
│     └─ options (reused)
├─ run gen-tests cached
│  └─ zig test gen-tests Debug native cached 18ms MaxRSS:80M
│     └─ options (reused)
└─ run wav-tests cached
   └─ zig test wav-tests Debug native cached 21ms MaxRSS:80M
      └─ options (reused)

Types of Changes

  • Bug fix (non-breaking change which fixes an issue)
  • Refactor (refactoring production code)

Checklist:

  • My code follows the code style of this project.
  • I have updated the documentation accordingly.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

@koibtw koibtw requested a review from orhun as a code owner October 8, 2024 12:08
Copy link
Owner

@orhun orhun left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome, thanks a lot!

@orhun orhun changed the title 🧪 fix: run test fix(test): add back main test Oct 8, 2024
@orhun orhun merged commit 11d7001 into orhun:main Oct 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Bring back the integration tests

2 participants