Skip to content

Commit

Permalink
escrow test
Browse files Browse the repository at this point in the history
  • Loading branch information
Deewai committed Oct 7, 2024
1 parent 9de4a24 commit 093b24c
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/escrow-test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Test

on:
push:
paths:
- "escrow/**"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v1
with:
go-version: '1.21'
- run: cd escrow && make test

0 comments on commit 093b24c

Please sign in to comment.