Skip to content

Commit

Permalink
chore: update git flow compatible to aptos
Browse files Browse the repository at this point in the history
  • Loading branch information
Tranduy1dol committed Jun 25, 2024
1 parent 847b59c commit 26fc1c0
Show file tree
Hide file tree
Showing 10 changed files with 6,023 additions and 2,836 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/linters-cargo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
- uses: Swatinem/rust-cache@v2
- name: Format and clippy
run: |
cargo fmt -- --check
cargo clippy --no-deps -- -D warnings
cargo clippy --tests --no-deps -- -D warnings
RUSTFLAGS="--cfg tokio_unstable" cargo fmt -- --check
RUSTFLAGS="--cfg tokio_unstable" cargo clippy --no-deps -- -D warnings
RUSTFLAGS="--cfg tokio_unstable" cargo clippy --tests --no-deps -- -D warnings
2 changes: 1 addition & 1 deletion .github/workflows/rust-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:

- name: Build the project
run: |
RUSTFLAGS=["--cfg", tokio_unstable] cargo build --release --workspace
RUSTFLAGS="--cfg tokio_unstable" cargo build --release --workspace
Loading

0 comments on commit 26fc1c0

Please sign in to comment.