Skip to content

Commit

Permalink
Revert "ci improvements" (mistake)
Browse files Browse the repository at this point in the history
This reverts commit e3616c2.
  • Loading branch information
Congyuwang authored and sticnarf committed Jul 25, 2024
1 parent b652268 commit 19a9284
Showing 1 changed file with 4 additions and 13 deletions.
17 changes: 4 additions & 13 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,8 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
toolchain: ${{ matrix.rust }}
components: clippy
profile: minimal
override: true
- name: Clippy
run: |
cargo clippy --all-targets --no-default-features --features=tokio -- -D warnings
cargo clippy --all-targets --no-default-features --features=tokio,tor -- -D warnings
cargo clippy --all-targets --no-default-features --features=futures-io -- -D warnings
cargo clippy --all-targets --no-default-features --features=futures-io,tor -- -D warnings
cargo clippy --all-targets --all-features -- -D warnings
- name: Install 3proxy
run: |
cd $HOME
Expand All @@ -34,11 +27,9 @@ jobs:
cd 3proxy-0.8.13 && ln -s Makefile.Linux Makefile && make -j$(nproc)
sudo apt-get update
sudo apt-get install socat -y
- name: Build
run: |
cargo build --examples --all-features
cargo build --verbose --all --all-features
cargo test --lib --verbose --all-features
- name: Run tests
run: |
cargo build --examples
cargo build --verbose --all
cargo test --lib --verbose
env PATH=$HOME/3proxy-0.8.13/src:$PATH tests/integration_tests.sh

0 comments on commit 19a9284

Please sign in to comment.