Skip to content

Commit

Permalink
test integration build
Browse files Browse the repository at this point in the history
  • Loading branch information
calumrussell committed Aug 6, 2023
1 parent 9d205ce commit d8bbeea
Show file tree
Hide file tree
Showing 11 changed files with 4 additions and 32 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Check

on: ["push", "pull_request"]
on: ["pull_request"]

jobs:
test:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Lint

on: ["push", "pull_request"]
on: ["pull_request"]

jobs:
test:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Test

on: ["push", "pull_request"]
on: ["pull_request"]

jobs:
test:
Expand Down
28 changes: 0 additions & 28 deletions integration/snake/.github/workflows/CI.yml

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -90,4 +90,4 @@ fn staticweight_example() -> PyResult<String> {
fn snake(_py: Python<'_>, m: &PyModule) -> PyResult<()> {
m.add_function(wrap_pyfunction!(staticweight_example, m)?)?;
Ok(())

}

0 comments on commit d8bbeea

Please sign in to comment.