Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(test): add back main test #30

Merged
merged 1 commit into from
Oct 8, 2024
Merged

Conversation

adamperkowski
Copy link
Contributor

@adamperkowski adamperkowski 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.

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
5 of 7 checks passed
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