Skip to content

Commit

Permalink
Reenable cargo build under github actions. (#13)
Browse files Browse the repository at this point in the history
* Reenable cargo build under github actions.

* Add libunwind dependency to github action

* Revert bogus characters

* nix --verbose
  • Loading branch information
rrnewton authored Nov 22, 2022
1 parent b876324 commit 95b3ac7
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Dependencies
run: sudo apt-get install -y libunwind-dev
- name: Build
working-directory: detcore-model
run: echo cargo build --verbose
- name: Run tests
working-directory: detcore-model
run: echo cargo test --verbose
run: cargo build

0 comments on commit 95b3ac7

Please sign in to comment.