Skip to content

Commit

Permalink
feat: use release version to run tests in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
zmalatrax committed Jan 14, 2025
1 parent f3558be commit 0cca786
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
with:
toolchain: nightly-2025-01-02
- uses: Swatinem/rust-cache@v2
- run: cargo test --test '*' --lib
- run: cargo test --release '*' --lib

run-brainfuck-vm-integration-tests:
runs-on: ubuntu-latest
Expand All @@ -40,7 +40,7 @@ jobs:
with:
toolchain: nightly-2025-01-02
- uses: Swatinem/rust-cache@v2
- run: cargo test --test '*'
- run: cargo test --release '*'

all-tests:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 0cca786

Please sign in to comment.