diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 71cf175..8d5cef5 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -3,7 +3,7 @@ name: Main on: [push] jobs: - build: + all: strategy: matrix: os: @@ -19,7 +19,7 @@ jobs: target: x86_64-pc-windows-msvc runs-on: ${{matrix.os}} steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v2 - name: Install uses: actions-rs/toolchain@v1 with: diff --git a/bors.toml b/bors.toml new file mode 100644 index 0000000..ff33426 --- /dev/null +++ b/bors.toml @@ -0,0 +1,2 @@ +status = ["all"] +use_squash_merge = true