Skip to content

Commit

Permalink
upload linux test builds
Browse files Browse the repository at this point in the history
  • Loading branch information
lovasoa committed Oct 5, 2024
1 parent 03505ba commit cf9812c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ jobs:
- run: cargo clippy
- run: cargo test --all-features
- run: cargo test
- name: Upload Linux binary
uses: actions/upload-artifact@v4
with:
name: sqlpage-linux-debug
path: "target/debug/sqlpage"

test:
needs: compile_and_lint
Expand Down

0 comments on commit cf9812c

Please sign in to comment.