Skip to content

Commit

Permalink
Revert "revert --release"
Browse files Browse the repository at this point in the history
This reverts commit ef16eaf.
  • Loading branch information
tbro committed Dec 19, 2024
1 parent ef16eaf commit abf8d78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/slowtest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
cache-provider: buildjet

- name: Build and archive tests
run: cargo nextest archive --locked --workspace --archive-file nextest-archive-postgres.tar.zst
run: cargo nextest archive --locked --release --workspace --archive-file nextest-archive-postgres.tar.zst

- name: Upload archive to workflow
uses: actions/upload-artifact@v4
Expand All @@ -68,7 +68,7 @@ jobs:
cache-provider: buildjet

- name: Build and archive tests
run: cargo nextest archive --locked --features "embedded-db testing" --workspace --archive-file nextest-archive-sqlite.tar.zst
run: cargo nextest archive --locked --release --features "embedded-db testing" --workspace --archive-file nextest-archive-sqlite.tar.zst

- name: Upload archive to workflow
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit abf8d78

Please sign in to comment.