Skip to content

Commit

Permalink
chore: Fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
udoprog committed Jul 29, 2024
1 parent 0d1d8c3 commit 93e0b57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
- uses: Swatinem/rust-cache@v2
- run: cargo test --all-targets
- run: cargo test --doc
- run: cargo run --bin rune -- check --recursive --path scripts
- run: cargo run --bin rune -- test --recursive --path scripts
- run: cargo run --bin rune -- check --recursive scripts
- run: cargo run --bin rune -- test -O test-std

build:
runs-on: ${{matrix.os}}
Expand Down

0 comments on commit 93e0b57

Please sign in to comment.