Skip to content

Commit

Permalink
upload artifacts
Browse files Browse the repository at this point in the history
Signed-off-by: Shubh <[email protected]>
  • Loading branch information
shubhisroking committed Sep 7, 2023
1 parent 2300f77 commit 9fdc93b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ env:

jobs:
build:

runs-on: ubuntu-latest

steps:
Expand All @@ -20,3 +19,8 @@ jobs:
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
- name: Upload artifact
uses: actions/upload-artifact@v3
with:
name: rhred
path: target/debug/rhred

0 comments on commit 9fdc93b

Please sign in to comment.