Skip to content

Commit

Permalink
add: github action
Browse files Browse the repository at this point in the history
  • Loading branch information
rickyota committed Nov 25, 2023
1 parent d8fc573 commit ff7f1ee
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/genoboost.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ jobs:
run: cargo build --manifest-path ./projects_rust/Cargo.toml --verbose


#test_example:
# runs-on: ubuntu-latest
# needs: build
# steps:
# - uses: actions/checkout@v2
# - name: test
# run: |
# bash ./genoboost.sh
test_example:
runs-on: ubuntu-latest
needs: build
steps:
- uses: actions/checkout@v2
- name: test
run: |
bash ./genoboost.sh
#test_1kg:
# runs-on: ubuntu-latest
Expand Down

0 comments on commit ff7f1ee

Please sign in to comment.