Skip to content

updated all contract names to use incredible instead of credible #3

updated all contract names to use incredible instead of credible

updated all contract names to use incredible instead of credible #3

name: integration-tests
on:
push:
branches:
- master
pull_request:
jobs:
Test:
name: Integration Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: '1.21'
- name: Test
run: make tests-integration