We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1ed802 commit ed2aa0aCopy full SHA for ed2aa0a
.github/workflows/test.yaml
@@ -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