Skip to content

Commit

Permalink
Activate rust unit test CI
Browse files Browse the repository at this point in the history
  • Loading branch information
felixhekhorn committed May 22, 2024
1 parent 6644f6d commit 2718121
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/unittests-rust.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: Rust unit tests

on:
push:
# TODO: remove branches
branches: ["*"]
on: push

jobs:
test-rust:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: tests
name: Python unit tests

on: push

Expand Down

0 comments on commit 2718121

Please sign in to comment.