Skip to content

Commit

Permalink
Try running GitHub provided Rust template?
Browse files Browse the repository at this point in the history
  • Loading branch information
phansch committed Jan 26, 2021
1 parent 1d90cec commit aac4a67
Showing 1 changed file with 5 additions and 13 deletions.
18 changes: 5 additions & 13 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,13 @@ env:
CARGO_TERM_COLOR: always

jobs:
default_features:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2

- name: Install rust toolchain
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true

- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test

- name: Run test-project tests
run: cd test-project && cargo test
run: cargo test --verbose

0 comments on commit aac4a67

Please sign in to comment.