Skip to content

Commit

Permalink
Remove Forge CI job
Browse files Browse the repository at this point in the history
  • Loading branch information
clabby committed Jun 25, 2023
1 parent e72f5d0 commit 0a24abf
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,6 @@ name: ci
on: [push]

jobs:
foundry-tests:
name: Foundry project
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly
- name: Run Forge build
run: cd testdata/mock-dgf && forge test
id: build
cargo-tests:
runs-on: ubuntu-latest
timeout-minutes: 20
Expand Down

0 comments on commit 0a24abf

Please sign in to comment.