Skip to content

Commit

Permalink
Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
turekt committed Sep 5, 2024
1 parent 9a9f2ce commit 1f7c9e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:

jobs:

Expand All @@ -29,7 +30,6 @@ jobs:
- name: Run tests
run: |
go vet .
go test ./...
go test -c github.com/google/nftables
sudo ./nftables.test -test.v -run_system_tests
sudo nft --version
sudo NLDEBUG=1 ./nftables.test -test.v -run_system_tests -test.run=TestCtExpect

0 comments on commit 1f7c9e7

Please sign in to comment.