Skip to content

Commit

Permalink
Gambit action draft
Browse files Browse the repository at this point in the history
  • Loading branch information
gvladika committed Aug 12, 2024
1 parent bf39f87 commit e50b90c
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/gambit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Gambit mutation testing

on:
workflow_dispatch:

jobs:
run-mutation-tests:
runs-on: ubuntu-latest
steps:
- name: Install Gambit
run: |
wget -O gambit https://github.com/Certora/gambit/releases/download/v1.0.5/gambit-linux-v1.0.5
chmod +x gambit
sudo mv gambit /usr/local/bin/
- name: Verify Gambit Installation
run: gambit --help

0 comments on commit e50b90c

Please sign in to comment.