Skip to content

Commit

Permalink
Label linux builds
Browse files Browse the repository at this point in the history
  • Loading branch information
itsmeow committed Dec 28, 2023
1 parent 8bcd063 commit 38b4346
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,10 @@ jobs:

- uses: actions/upload-artifact@v3
with:
name: full_librust_g.so
path: target/i686-unknown-linux-gnu/release/librust_g.so
name: Linux Build (All Features)
path: |
target/i686-unknown-linux-gnu/release/librust_g.so
target/rust_g.dm
- name: Run tests (all features)
run: cargo test --target i686-unknown-linux-gnu --locked --features all
Expand All @@ -89,5 +91,7 @@ jobs:

- uses: actions/upload-artifact@v3
with:
name: librust_g.so
path: target/i686-unknown-linux-gnu/release/librust_g.so
name: Linux Build (Default Features)
path: |
target/i686-unknown-linux-gnu/release/librust_g.so
target/rust_g.dm

0 comments on commit 38b4346

Please sign in to comment.