Skip to content

Commit

Permalink
Add CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
q-uint committed Dec 28, 2024
1 parent 59298f3 commit a2a473c
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.23.4'
- uses: aviate-labs/setup-dfx@v0.3.2
with:
dfx-version: 0.24.3
install-moc: true
pocket-ic-version: 4.0.0
- run: make test

0 comments on commit a2a473c

Please sign in to comment.