Skip to content

Commit

Permalink
Revert "Test change (#4)"
Browse files Browse the repository at this point in the history
This reverts commit 9ed094c.
  • Loading branch information
lucas-wilkins authored Oct 28, 2024
1 parent 9ed094c commit 2831813
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Pylint

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

jobs:
build:
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: [push]

jobs:
build:
Expand Down
6 changes: 1 addition & 5 deletions tests/testtest.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
import pytest

def test_test():
assert True


def test_noting():
pass
assert True

0 comments on commit 2831813

Please sign in to comment.