Skip to content

Commit 8b088f5

Browse files
committed
re-trigger
1 parent 1c60465 commit 8b088f5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/test.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,9 @@ jobs:
6565
uses: actions/setup-go@v5
6666
with:
6767
go-version: '1.24.0'
68+
- name: Install dependencies
69+
working-directory: ${{ matrix.test.path }}
70+
run: go mod download
6871
- name: Cache Go modules
6972
uses: actions/cache@v4
7073
with:
@@ -75,9 +78,6 @@ jobs:
7578
restore-keys: |
7679
go-modules-${{ matrix.test.path }}-${{ runner.os }}-test
7780
go-modules-${{ matrix.test.path }}-${{ runner.os }}
78-
- name: Install dependencies
79-
working-directory: ${{ matrix.test.path }}
80-
run: go mod download
8181
- uses: extractions/setup-just@v2
8282
with:
8383
github-token: ${{ secrets.GITHUB_TOKEN }}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
1919
</div>
2020

21-
The Chainlink Testing Framework (CTF) is a blockchain development framework written in Go. Its primary purpose is to help chainlink developers create extensive integration, e2e, performance, and chaos tests to ensure the stability of the chainlink project. It can also be helpful to those who just want to use chainlink oracles in their projects to help test their contracts, or even for those that aren't using chainlink.
21+
The Chainlink Testing Framework (CTF) is a blockchain development framework written in Go. Its primary purpose is to help chainlink developers create extensive integration, e2e, performance, and chaos tests to ensure the stability of the chainlink project. It can also be helpful to those who just want to use chainlink oracles in their projects to help test their contracts, or even for those that aren't using chainlink.

0 commit comments

Comments
 (0)