Added CI tests

This commit is contained in:
MoneroOcean
2024-10-07 07:19:59 +03:00
parent f1a39778cb
commit ac1425cbcb

15
.github/workflows/test.yml vendored Normal file
View File

@@ -0,0 +1,15 @@
on: push
name: Test
jobs:
build_lin:
name: Ubuntu test
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@master
- name: Test
run: |
npm install
node_modules/cryptoforknote-util/tests/run.sh