Skip to content

Commit e6495a9

Browse files
authored
Merge pull request #51 from molpopgen/test_beta_instead_of_nightly
Closes #50
2 parents bd7185e + fa7cca9 commit e6495a9

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
matrix:
1515
rust:
1616
- stable
17-
- nightly
17+
- beta
1818
steps:
1919
- name: Cancel Previous Runs
2020
uses: styfle/[email protected]
@@ -26,7 +26,6 @@ jobs:
2626
token: ${{ secrets.ACTIONS }}
2727
submodules: recursive
2828
- run: sudo apt-get update -y
29-
- run: sudo apt-get install -y curl build-essential python3
3029
- uses: actions-rs/toolchain@v1
3130
with:
3231
toolchain: ${{ matrix.rust }}
@@ -46,7 +45,7 @@ jobs:
4645
matrix:
4746
rust:
4847
- stable
49-
- nightly
48+
- beta
5049
steps:
5150
- uses: actions/checkout@v2
5251
with:

0 commit comments

Comments
 (0)