Skip to content

Commit

Permalink
ci: Run test directly (not build before test)
Browse files Browse the repository at this point in the history
  • Loading branch information
attakei committed Mar 18, 2024
1 parent 862bb88 commit 985f573
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ jobs:
steps:
- uses: 'actions/checkout@v4'
- uses: 'Swatinem/rust-cache@v2'
- name: 'Build'
run: cargo build --verbose
- name: 'Run test'
run: cargo test --verbose

0 comments on commit 985f573

Please sign in to comment.