Skip to content

Commit

Permalink
[gha] disable logging of keyring for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
samdphillips committed Oct 31, 2023
1 parent d6883b4 commit 3b22f63
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
racket-variant: ["BC", "CS"]
racket-version: ["8.8", "8.9", "pre-release", "stable", "current"]
runs-on: ubuntu-latest
env:
PLTSTDERR: fatal@keyring
steps:
- name: checkout
uses: actions/checkout@master
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
racket-variant: ["BC", "CS"]
racket-version: ["8.8", "8.9", "pre-release", "stable", "current"]
runs-on: macos-latest
env:
PLTSTDERR: fatal@keyring
steps:
- name: checkout
uses: actions/checkout@master
Expand Down

0 comments on commit 3b22f63

Please sign in to comment.