Skip to content

Commit ed2aa0a

Browse files
committed
add workflow for test
1 parent c1ed802 commit ed2aa0a

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

.github/workflows/test.yaml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
name: XOREncryption Test Runner
2+
on:
3+
push:
4+
branches: '**'
5+
6+
jobs:
7+
build:
8+
runs-on: ubuntu-latest
9+
10+
steps:
11+
- name: Check out the repo
12+
uses: actions/checkout@v3
13+
14+
- uses: borales/[email protected]
15+
with:
16+
cmd: install
17+
18+
- name: hardhat example instal
19+
run: install:solidity
20+
21+
- name: build library
22+
run: yarn build
23+
24+
- name: test library and solidity example
25+
run: yarn test:all

0 commit comments

Comments
 (0)