Skip to content

Commit

Permalink
Merge pull request #8 from Sovereign-Labs/nikolai/no_verbose_ci
Browse files Browse the repository at this point in the history
Remove verbose build and test
  • Loading branch information
bkolad authored Nov 5, 2023
2 parents bd98265 + a957762 commit f4ddbdb
Show file tree
Hide file tree
Showing 4 changed files with 5,575 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Build
run: cargo build --verbose
run: cargo build
- name: Run tests
run: cargo test --verbose
run: cargo test
- name: Run README.md
run: chmod +x sov-rollup-starter.sh && ./sov-rollup-starter.sh
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/target/
/rollup-starter-data/
/crates/provers/risc0/guest-mock/target
Cargo.lock
/crates/provers/risc0/guest-mock/target
Loading

0 comments on commit f4ddbdb

Please sign in to comment.