Skip to content

Commit

Permalink
update github action
Browse files Browse the repository at this point in the history
  • Loading branch information
mpeyfuss committed Jan 8, 2024
1 parent d03d852 commit e19d91d
Showing 1 changed file with 5 additions and 21 deletions.
26 changes: 5 additions & 21 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,10 @@
name: test
on: [push]

on: workflow_dispatch

env:
FOUNDRY_PROFILE: ci
name: Test

jobs:
check:
strategy:
fail-fast: true

name: Foundry project
name: Transient Labs Universal Deployer
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand All @@ -19,16 +13,6 @@ jobs:

- 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
- name: Run unit tests
run: make quick_test

0 comments on commit e19d91d

Please sign in to comment.