Skip to content

ci: add GitHub Actions workflow for tests#3

Merged
NewYaroslav merged 1 commit into
mainfrom
codex/add-ci-for-automated-testing
Sep 9, 2025
Merged

ci: add GitHub Actions workflow for tests#3
NewYaroslav merged 1 commit into
mainfrom
codex/add-ci-for-automated-testing

Conversation

@NewYaroslav
Copy link
Copy Markdown
Owner

Summary

  • add GitHub Actions workflow to compile and run tests on Linux and Windows for C++11 and C++17

Testing

  • g++ -std=c++11 -O3 tests/test_kat.cpp tests/rfc8032_vectors.cpp -o test_kat && ./test_kat
  • g++ -std=c++11 -O3 tests/test_sign_verify.cpp tests/rfc8032_vectors.cpp -o test_sign_verify && ./test_sign_verify

https://chatgpt.com/codex/tasks/task_e_68bfa01143f8832ca2582b457c7090ac

Run RFC 8032 known-answer and sign/verify tests across Linux and Windows with C++11 and C++17.
@NewYaroslav NewYaroslav merged commit c94a38b into main Sep 9, 2025
4 checks passed
@NewYaroslav NewYaroslav deleted the codex/add-ci-for-automated-testing branch September 9, 2025 04:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant