Skip to content

Commit

Permalink
Merge pull request #2 from DLR-FT/sebastianHi-patch-1
Browse files Browse the repository at this point in the history
Update rust.yml
  • Loading branch information
sebastianHi authored Jan 30, 2024
2 parents 6a9944a + f985458 commit eed8b3c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Build
- name: Build debug
run: cargo build --verbose
- name: Build release
run: cargo build --release --verbose
- name: Run tests
run: cargo test --verbose

0 comments on commit eed8b3c

Please sign in to comment.