Skip to content

Commit

Permalink
commented out foundry jobs in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
DrZoltanFazekas committed Oct 8, 2024
1 parent 4ef58ac commit b4660e4
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,26 +20,26 @@ jobs:
with:
submodules: recursive

- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly
# - name: Install Foundry
# uses: foundry-rs/foundry-toolchain@v1
# with:
# version: nightly

- name: Show Forge version
run: |
forge --version
# - name: Show Forge version
# run: |
# forge --version

# - name: Run Forge fmt
# run: |
# forge fmt --check
# id: fmt

- name: Run Forge build
run: |
forge build --sizes
id: build
# - name: Run Forge build
# run: |
# forge build --sizes
# id: build

- name: Run Forge tests
run: |
forge test -vvv
id: test
# - name: Run Forge tests
# run: |
# forge test -vvv
# id: test

0 comments on commit b4660e4

Please sign in to comment.