Skip to content

[feature] finally decided on the type of transactions to be done on P… #16

[feature] finally decided on the type of transactions to be done on P…

[feature] finally decided on the type of transactions to be done on P… #16

Workflow file for this run

name: CI for Pluto
on: [push]
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.19
- name: Build and test
run: |
go build -v ./...
go test -v ./tests/unit/...