Skip to content

Commit

Permalink
Update GH Action script
Browse files Browse the repository at this point in the history
  • Loading branch information
cpmech committed Oct 9, 2023
1 parent 5b913f9 commit bd78e25
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/test_and_coverage.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,13 @@
name: Test & Coverage
on: [pull_request, push]
on: [pull_request]
jobs:
test_and_coverage:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Install Libraries
run: |
sudo apt-get update -y && sudo apt-get install -y build-essential liblapacke-dev libopenblas-dev python3-pip
sudo pip3 install matplotlib
- name: Install Rust
run: |
rustup toolchain install nightly --component llvm-tools-preview
rustup default nightly
sudo apt-get update -y && sudo apt-get install -y build-essential
- name: Run tests
run: |
cargo test -- --nocapture
Expand Down

0 comments on commit bd78e25

Please sign in to comment.