Skip to content

Commit

Permalink
u
Browse files Browse the repository at this point in the history
  • Loading branch information
pythcoiner committed Jan 3, 2025
1 parent 20482e6 commit 8f8f208
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,6 @@ jobs:
toolchain: ${{ matrix.toolchain }}
override: true
profile: minimal
# - name: dependencies
# if: runner.os == 'Linux'
# run: sudo apt-get update && sudo apt-get install -y libevent-dev
- name: tests
run: cargo test --verbose --color always -- --nocapture
build:
Expand All @@ -63,8 +60,5 @@ jobs:
toolchain: ${{ matrix.toolchain }}
override: true
profile: minimal
# - name: dependencies
# if: runner.os == 'Linux'
# run: sudo apt-get update && sudo apt-get install -y libevent-dev
- name: tests
run: cargo build --verbose --color always -- --nocapture
run: cargo build --release

0 comments on commit 8f8f208

Please sign in to comment.