Skip to content
This repository has been archived by the owner on Dec 5, 2024. It is now read-only.

Commit

Permalink
Enable GitHub Actions test in Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
schoenenberg committed Aug 5, 2024
1 parent a420d62 commit 32f7803
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Build
run: cargo build --verbose
# Currently not, because we need to fix the integration test before...
# - name: Run tests
# run: cargo test --verbose
run: cargo build
- name: Run tests
run: cargo test

0 comments on commit 32f7803

Please sign in to comment.