Skip to content

Commit

Permalink
add missing metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
mbhall88 committed Apr 6, 2023
1 parent 456fd9f commit be18c7e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 12 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,18 +85,7 @@ jobs:
# Let subsequent steps know where to find the binary
echo "BIN_PATH=${BIN_PATH}" >> $GITHUB_OUTPUT
echo "BIN_NAME=${BIN_NAME}" >> $GITHUB_OUTPUT
- name: Set testing options
id: test-options
shell: bash
run: |
unset CARGO_TEST_OPTIONS
unset CARGO_TEST_OPTIONS ; case ${{ matrix.job.target }} in arm-* | aarch64-*) CARGO_TEST_OPTIONS="--bin ${PROJECT_NAME}" ;; esac;
echo ::set-output name=CARGO_TEST_OPTIONS::${CARGO_TEST_OPTIONS}
- name: Run tests
run: cross test --target=${{ matrix.job.target }} ${{ steps.test-options.outputs.CARGO_TEST_OPTIONS}}

- name: Create tarball
id: package
shell: bash
Expand Down
7 changes: 7 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@ name = "drprg"
version = "0.1.0"
authors = ["Michael Hall <michael@mbh.sh>"]
edition = "2018"
license = "MIT"
description = "Drug resistance prediction with reference graphs"
repository = "https://github.com/mbhall88/drprg"
homepage = "https://github.com/mbhall88/drprg"
readme = "README.md"
keywords = ["bioinformatics", "drug-resistance", "genome-graphs"]
categories = ["science", "command-line-utilities"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down

0 comments on commit be18c7e

Please sign in to comment.