Quellcode durchsuchen

Test all features in CI

Dirkjan Ochtman vor 5 Jahren
Ursprung
Commit
0b27b31585
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. 1 0
      .github/workflows/main.yml

+ 1 - 0
.github/workflows/main.yml

@@ -41,6 +41,7 @@ jobs:
       - uses: actions-rs/cargo@v1
       - uses: actions-rs/cargo@v1
         with:
         with:
           command: test
           command: test
+          args: --all-features
 
 
   WASM:
   WASM:
     runs-on: ubuntu-latest
     runs-on: ubuntu-latest