Skip to content

Commit

Permalink
adapt build
Browse files Browse the repository at this point in the history
  • Loading branch information
aellwein committed May 21, 2021
1 parent 596bf64 commit 2fa2475
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@ name: Rust

on:
push:
branches: [ master ]
branches:
- master
- develop
pull_request:
branches: [ master ]
branches:
- master

env:
CARGO_TERM_COLOR: always
Expand All @@ -18,5 +21,6 @@ jobs:
- uses: actions/checkout@v2
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
# no tests for now :-(
# - name: Run tests
# run: cargo test --verbose

0 comments on commit 2fa2475

Please sign in to comment.