Skip to content

Commit

Permalink
organize workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo Alt committed Jan 7, 2023
1 parent a097961 commit 8d4fd04
Show file tree
Hide file tree
Showing 31 changed files with 4,419 additions and 5,098 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ jobs:
run: rustup default nightly
- name: Install dependencies
run: rustup component add clippy rustfmt
- name: Build sequencer
run: cd sequencer && cargo build --verbose
- name: Run sequencer tests
run: cd sequencer && cargo test --verbose
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
- name: Lint
run: cd sequencer && cargo clippy --all --all-features -- -D warnings
run: cargo clippy --all --all-features -- -D warnings
- name: Format
run: cd sequencer && cargo fmt --check --verbose
run: cargo fmt --check --verbose
File renamed without changes.
Loading

0 comments on commit 8d4fd04

Please sign in to comment.