Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add experimental unit tests job to GitHub Actions (#156)
* Add experimental unit tests job to GitHub Actions The updated GitHub Actions workflow now includes a new job for running experimental unit tests. This job utilizes an Ubuntu environment and Clojure tools to perform tests. This change improves the comprehensiveness of our testing process by separating conventional and experimental test runs. * Update workflow job name in GitHub Actions * The commit updates GitHub Actions workflows' job names. This change helps to better distinguish between different job types, making it more visually appealing, and easy to understand at a glance. Emojis have been added to some job names for easier identification and categorization. * Update and reorganize tasks in GitHub Actions workflow This commit aims to refresh the tasks in the GitHub Actions workflow and organize them more logically. Tasks have been renamed and re-ordered for better coherence and understanding, with added emphasis on linting and code style checking, while also updating the naming convention for improved differentiation.
- Loading branch information