Skip to content

Commit

Permalink
add smoke tests to release flows
Browse files Browse the repository at this point in the history
  • Loading branch information
rmichalak committed Dec 7, 2022
1 parent 578ec42 commit 57eb50d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ jobs:
with:
command: build
args: --release --target x86_64-apple-darwin
- name: Smoke test
run: target/x86_64-apple-darwin/release/pg_parcel --help
- uses: actions/upload-artifact@v2
with:
name: x86_64-apple-darwin
Expand Down Expand Up @@ -71,6 +73,8 @@ jobs:
-output pg_parcel-apple-darwin \
pg_parcel-x86_64-apple-darwin/pg_parcel \
pg_parcel-aarch64-apple-darwin/pg_parcel
- name: Smoke test
run: pg_parcel-apple-darwin --help
- uses: actions/upload-artifact@v2
with:
name: apple-darwin
Expand All @@ -97,6 +101,8 @@ jobs:
with:
command: build
args: --release --target x86_64-unknown-linux-musl
- name: Smoke test
run: target/x86_64-unknown-linux-musl/release/pg_parcel --help
- uses: actions/upload-artifact@v2
with:
name: linux
Expand Down

0 comments on commit 57eb50d

Please sign in to comment.