Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
Okm165 committed Mar 20, 2024
1 parent 19cec0d commit 2bd8fe1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 18 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Continuous Integration - full testing
name: Continuous Integration - proof verification tests

on:
push:
Expand All @@ -9,23 +9,7 @@ on:
- main

jobs:
formatting-and-testing:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3

- name: Setup Scarb
uses: software-mansion/setup-scarb@v1

- name: Format code
run: scarb fmt --check

- name: Run tests
run: scarb test

verify-proof:
needs: formatting-and-testing
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Continuous Integration - partial testing
name: Continuous Integration - tests

on:
push:
Expand Down

0 comments on commit 2bd8fe1

Please sign in to comment.