Skip to content

Commit

Permalink
test without debug
Browse files Browse the repository at this point in the history
  • Loading branch information
traylenator committed Jan 23, 2024
1 parent e01b866 commit c04e7d4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pamtester.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ jobs:
pamtester:
runs-on: ubuntu-latest
steps:
- run: suod apt update
- run: sudo apt install pamtester gcc make libpam-dev libkrb5-dev krb5-user krb5-k5tls
- uses: actions/checkout@v4
- run: make
Expand All @@ -21,6 +22,7 @@ jobs:
pamtester_debug:
runs-on: ubuntu-latest
steps:
- run: suod apt update
- run: sudo apt install pamtester gcc make libpam-dev libkrb5-dev krb5-user krb5-k5tls
- uses: actions/checkout@v4
- run: make
Expand Down

0 comments on commit c04e7d4

Please sign in to comment.