Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
cmontecoding committed Aug 21, 2023
1 parent 21e252a commit 50cadb8
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,32 @@ jobs:
forge test -vvv
id: test

Mutation_Testing:
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: Install Python
uses: actions/setup-python@v4
with:
python-version: '3.11'

- name: Install Vertigo
run: |
git clone https://github.com/RareSkills/vertigo-rs
cd vertigo-rs
python setup.py develop
cd ..
python vertigo-rs/vertigo.py run

Coverage:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 50cadb8

Please sign in to comment.