Skip to content

Commit

Permalink
merge conflicts and lints
Browse files Browse the repository at this point in the history
  • Loading branch information
eserilev committed Nov 27, 2024
2 parents 938f173 + 720f596 commit bf6bd4f
Show file tree
Hide file tree
Showing 239 changed files with 9,663 additions and 4,783 deletions.
15 changes: 6 additions & 9 deletions .github/workflows/local-testnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,11 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Install dependencies
- name: Install Kurtosis
run: |
sudo add-apt-repository ppa:rmescandon/yq
echo "deb [trusted=yes] https://apt.fury.io/kurtosis-tech/ /" | sudo tee /etc/apt/sources.list.d/kurtosis.list
sudo apt update
sudo apt install -y kurtosis-cli yq
sudo apt install -y kurtosis-cli=1.3.1
kurtosis analytics disable
- name: Download Docker image artifact
Expand Down Expand Up @@ -83,12 +82,11 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Install dependencies
- name: Install Kurtosis
run: |
sudo add-apt-repository ppa:rmescandon/yq
echo "deb [trusted=yes] https://apt.fury.io/kurtosis-tech/ /" | sudo tee /etc/apt/sources.list.d/kurtosis.list
sudo apt update
sudo apt install -y kurtosis-cli yq
sudo apt install -y kurtosis-cli=1.3.1
kurtosis analytics disable
- name: Download Docker image artifact
Expand Down Expand Up @@ -119,12 +117,11 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Install dependencies
- name: Install Kurtosis
run: |
sudo add-apt-repository ppa:rmescandon/yq
echo "deb [trusted=yes] https://apt.fury.io/kurtosis-tech/ /" | sudo tee /etc/apt/sources.list.d/kurtosis.list
sudo apt update
sudo apt install -y kurtosis-cli yq
sudo apt install -y kurtosis-cli=1.3.1
kurtosis analytics disable
- name: Download Docker image artifact
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3
- name: Install dependencies
run: apt update && apt install -y cmake
- name: Generate code coverage
run: apt update && apt install -y cmake libclang-dev
- name: Check for deadlocks
run: |
cargo lockbud -k deadlock -b -l tokio_util
Expand Down
Loading

0 comments on commit bf6bd4f

Please sign in to comment.