Remove the global AUXILIARY_EVENT_TX
and use tracing
#52
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "Test" | |
on: | |
push: | |
branches: | |
- main | |
pull_request: | |
workflow_dispatch: | |
jobs: | |
test_macos: | |
name: Test mac | |
uses: ./.github/workflows/test-mac.yml | |
secrets: inherit | |
test_windows: | |
name: Test windows | |
uses: ./.github/workflows/test-windows.yml | |
secrets: inherit | |
test_linux: | |
name: Test linux | |
uses: ./.github/workflows/test-linux.yml | |
secrets: inherit |