Skip to content

Commit

Permalink
Revert "REVERT LATER: bypass minimal tests [full tests]"
Browse files Browse the repository at this point in the history
This reverts commit 0b1a005.

Signed-off-by: Spencer Wilson <[email protected]>
  • Loading branch information
SWilson4 committed Aug 29, 2024
1 parent 53b711e commit 4fdd4a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/basic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
buildcheck:
name: Check that code passes a basic build
#needs: [ stylecheck, upstreamcheck ]
needs: [ stylecheck, upstreamcheck ]
runs-on: ubuntu-latest
container: openquantumsafe/ci-ubuntu-latest:latest
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: ./.github/workflows/basic.yml

full-tests:
#needs: basic-checks
needs: basic-checks
if: contains( github.event.head_commit.message, '[full tests]' )
uses: ./.github/workflows/platforms.yml

Expand Down

0 comments on commit 4fdd4a2

Please sign in to comment.