chore: remove unused github workflow file

This commit is contained in:
r4bbit 2023-07-03 09:38:17 +02:00
parent 8eab8f48a1
commit ae1c053e1f
No known key found for this signature in database
GPG Key ID: E95F1E9447DC91A9

View File

@ -1,34 +0,0 @@
name: test
on: workflow_dispatch
env:
FOUNDRY_PROFILE: ci
jobs:
check:
strategy:
fail-fast: true
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: |
forge --version
forge build --sizes
id: build
- name: Run Forge tests
run: |
forge test -vvv
id: test