Skip to content

Commit

Permalink
Merge pull request #69 from yu-kiat/main
Browse files Browse the repository at this point in the history
Added test to test Catnip's functionality.
  • Loading branch information
iinsertNameHere authored May 6, 2024
2 parents d63a9e1 + 2cca7b9 commit 4c015c2
Show file tree
Hide file tree
Showing 4 changed files with 839 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,7 @@ jobs:
nim-version: '2.x'
- name: 'Build Catnip'
run: nim release
- name: 'Install Figlet'
run: sudo apt-get install figlet
- name: 'Test Catnip'
run: cd tests && ./test.sh
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/bin
catnip
*.exe
*.sh
*.gz
Loading

0 comments on commit 4c015c2

Please sign in to comment.