diff options
| author | Cody <cody@codyq.dev> | 2023-04-09 11:58:49 -0500 |
|---|---|---|
| committer | Cody <cody@codyq.dev> | 2023-04-09 11:58:49 -0500 |
| commit | 938350e2a429a533a404c8fb62f52834b3cc0cd2 (patch) | |
| tree | 09a0eb1b2f31c78f4f978b22e6c85e21e7e78f36 /.github/workflows | |
| parent | 637dcc8c495c272a66788a650c09d20178d57f55 (diff) | |
| download | sloth-938350e2a429a533a404c8fb62f52834b3cc0cd2.tar.gz | |
Have testing workflow run on stable & nightly
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/testing.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 3a35a2b..e4994ea 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -11,6 +11,7 @@ jobs: - windows - macos rust: + - stable - nightly name: Test Rust ${{ matrix.rust }} on ${{ matrix.os }} runs-on: ${{ matrix.os }}-latest |
