name: test run-name: test on: push: branches: - '*' - '!master' jobs: tests: name: tests runs-on: ubuntu-latest steps: - uses: actions/rust-test@v1 with: repository: ${{github.repository}} cargo_nan_secret: ${{secrets.deployment_package}}