We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08ef507 commit a9022b3Copy full SHA for a9022b3
.github/workflows/main.yml
@@ -46,6 +46,8 @@ jobs:
46
rust: [stable, beta, nightly]
47
runs-on: ubuntu-latest
48
49
+ continue-on-error: ${{ matrix.rust != 'stable' }}
50
+
51
steps:
52
- name: Setup Rust
53
uses: hecrj/setup-rust-action@v1
@@ -82,12 +84,12 @@ jobs:
82
84
- name: Set up Rust
83
85
86
- uses: actions/checkout@v2
- - name: Publish
87
+ - name: Publish
88
run: |
89
pushd dynomite-derive
90
cargo publish --token ${{ secrets.CRATES_TOKEN }}
91
popd
- # eventual consistency dictates we wait a bit before publishing
92
+ # eventual consistency dictates we wait a bit before publishing
93
# a crate that depends on the above
94
sleep 20
95
pushd dynomite
0 commit comments