Skip to content

Commit

Permalink
Don't run tests in CI yet.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelrsweet committed Feb 7, 2024
1 parent 0a18c80 commit b3e0291
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 13 deletions.
1 change: 0 additions & 1 deletion .cups-upstream

This file was deleted.

8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
run: ./configure --enable-debug --enable-maintainer --with-sanitizer=address --enable-static --disable-shared
- name: Build ippeveselfcert
run: make
- name: Test ippeveselfcert
run: make test
# - name: Test ippeveselfcert
# run: make test

build-macos:

Expand All @@ -44,8 +44,8 @@ jobs:
run: ./configure --enable-debug --enable-maintainer --with-sanitizer=address --enable-static --disable-shared
- name: Build ippeveselfcert
run: make
- name: Test ippeveselfcert
run: make test
# - name: Test ippeveselfcert
# run: make test

build-windows:

Expand Down
8 changes: 0 additions & 8 deletions .lgtm.yml

This file was deleted.

0 comments on commit b3e0291

Please sign in to comment.